Dev#75244 connecteur les yeux du doc les yeux du doc
Merge request reports
Activity
Filter activity
added 1 commit
- 68c3f6bc - dev #75244 improve no doc type image message
added 29 commits
-
97586890...20802944 - 9 commits from branch
WIP
- 8cbb7083 - Merge branch 'dev#75606_sandbox_notify_cookies_en_bas_de_page' into 'master'
- 96031aaf - fix syntax error
- ea497111 - remove unused restful storm
- 598cfb74 - api compatibility
- 8545e05d - ensure iCal library autoload in tests
- 8f6cfc60 - ensure PhpParser library autoload in tests
- 26affcdd - fix api compatibility
- 577231b5 - api compatibility
- d5a2fc23 - api compatibility
- 470f04a9 - api compatibility
- 803484fc - api compatibility
- cc4fe83c - api compatibility
- 491664a3 - api compatibility
- 086f8334 - api compatibility
- 07077ca1 - api compatibility
- 2e44ac4f - api compatibility
- e13b4dfa - fix duplicate class name
- efd6aa33 - fix api compatibility
- 924fe6b0 - Merge branch 'dev#73297_assimil_migration_de_tous_les_clients_vers_v2' into 'master'
- 28d7455b - Merge branch 'origin-master' into origin-dev#75244_connecteur_les_yeux_du_doc_les_yeux_du_doc
Toggle commit list-
97586890...20802944 - 9 commits from branch
261 261 262 262 263 263 public function renderHarvestDiagOn($view) { 264 return $view->tagNotice($this->_('Cette ressource ne prend pas en charge l\'affichage de l\'url de moissonnage')); changed this line in version 15 of the diff
50 ->addDuration($json['duration']); 44 ->addActors(isset($json['actors']) ? 45 $json['actors'] : []) 46 ->addDuration($json['duration']) 47 ->addMedias(isset($json['medias']) ? $json['medias'] : []) 48 ->addThemes($json['themes']); 49 50 if (isset($json['genres'])) 51 $this->setGenres($json['genres']); 52 if (isset($json['trailerUrl'])) 53 $this->addTrailer($json['trailerUrl'] ); 54 if (isset($json['productionYear'])) 55 $this->setYear($json['productionYear']); 56 if (isset($json['publicationDate'])) 57 $this->setYear(explode('-', $json['publicationDate'])[0]); 58 changed this line in version 15 of the diff
- Resolved by Ghislain Loas
enabled an automatic merge when the pipeline for 89673fdb succeeds