Dev#68187 3140 modifications pnb dilicom
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
added 1 commit
- 690132df - dev #68187 move pnb dilicom test into scenarios
added 2 commits
added 1 commit
- 8d4252a6 - dev #68187 fix failure by fixing admin menu acl
117 if (!$response) { 118 $loan->delete(); 119 return $this->_error($this->_('Emprunt impossible. Le service "loanBook" n\'a rien renvoyé.')); 120 } 121 122 if (!$content = json_decode($response)) { 123 $loan->delete(); 124 return $this->_error($this->_('Emprunt impossible. Le service "loanBook" n\'a pas renvoyé un document valide.')); 125 } 126 127 if ($error = $content->returnMessage) { 128 $loan->delete(); 129 return $this->_error($this->_('Emprunt impossible. Le service "loanBook" a renvoyé une erreur : "%s"', implode(',', $error))); 130 } 131 132 $loan->setLoanLink($content->link->url)->save(); changed this line in version 15 of the diff
enabled an automatic merge when the pipeline for 5481b1a2 succeeds
mentioned in commit 418cdfcc