ISAICP-9062: Fix the state of OSS Catalogue
3 unresolved threads
3 unresolved threads
Merge request reports
Activity
Filter activity
added 1 commit
- 2b691040 - ISAICP-9062: Fix the state of OSS Catalogue.
added 1 commit
- 3852bb10 - ISAICP-9062: Fix the state of OSS Catalogue.
137 152 */ 138 153 public function disableEuOssCatalogueSubmitForm(): void { 139 154 $this->state->set('joinup.oss_catalogue_is_disabled', TRUE); 155 $uri = OssCatalogueCollectionInterface::COLLECTION_ENTITY_ID; 156 $collection = $this->entityTypeManager->getStorage('rdf_entity')->load($uri); 157 $collection->set('field_ar_state', 'draft')->save(); changed this line in version 4 of the diff
137 152 */ 138 153 public function disableEuOssCatalogueSubmitForm(): void { 139 154 $this->state->set('joinup.oss_catalogue_is_disabled', TRUE); 155 $uri = OssCatalogueCollectionInterface::COLLECTION_ENTITY_ID; 156 $collection = $this->entityTypeManager->getStorage('rdf_entity')->load($uri); changed this line in version 4 of the diff
7 7 | title | oss_development_status | oss_source | oss_categories | oss_short_description | status | 8 8 | The Opensource Panacea | development | developers_italia | content-management | The cure | published | 9 9 10 When I go to "/eu-oss-catalogue" added 1 commit
- facd13d2 - ISAICP-9062: Enable functionality during tests.
added 1 commit
- 840a2561 - ISAICP-9062: Enable functionality during tests.
added 1 commit
- 921d68d5 - ISAICP-9062: Enable functionality during tests.
Please register or sign in to reply