hotline #133561 : introducing incomplete record integration phase
Merged
requested to merge hotline#133561_hotdev_suivre_la_mise_en_prod_du_nouveau_cosmogramme into hotline
1 unresolved thread
Validé par green negative
Edited by Patrick Barroca
Merge request reports
Activity
Filter activity
added 1 commit
- 358c4cce - hotline #133561 : introducing incomplete record integration phase
added 1 commit
- 89f918a3 - hotline #133561 : introducing incomplete record integration phase
- Resolved by Patrick Barroca
- Resolved by Patrick Barroca
- Resolved by Patrick Barroca
369 $succinte->incrementRetry()->save(); 370 return Class_NoticeSuccincte::STATUS_NOTFOUND; 376 371 } 377 372 378 373 379 protected function handleSuccinteLocaly($succinte, $id_notice, $sql) { 380 $unimarc=$sql->fetchOne("select unimarc from notices where id_notice=$id_notice"); 381 $this->notice_sgbd->ouvrirNotice($unimarc,0); 382 $this->notice=$this->notice_sgbd->getNoticeIntegration(); 383 $this->notice["id_origine"]=$succinte["id_origine"]; 374 protected function handleSuccinteLocaly($succinte, $id_notice) { 375 if (!$record = Class_Notice::find($id_notice)) 376 return; 377 378 $this->notice_sgbd->ouvrirNotice($record->getUnimarc(), 0); 379 $this->notice = $this->notice_sgbd->getNoticeIntegration(); changed this line in version 4 of the diff
added 1 commit
- 2d0712df - hotline #133561 : introducing incomplete record integration phase
added 1 commit
- 66628178 - hotline #133561 : introducing incomplete record integration phase
added 1 commit
- 2bbf5ee5 - hotline #133561 : introducing incomplete record integration phase
added 1 commit
- ac7128fd - hotline #133561 : introducing incomplete record integration phase
added 46 commits
-
ac7128fd...3d38c085 - 45 commits from branch
hotline
- 4bf9991e - hotline #133561 : introducing incomplete record integration phase
-
ac7128fd...3d38c085 - 45 commits from branch
mentioned in commit 74cca3c6