Issue #3313292: Change layout to make plugin-specific content more clear
Merge request reports
Activity
added 8 commits
-
20f38c6a...9ca008c2 - 6 commits from branch
project:1.0.x
- d924d3fa - New branch with tabs changes
- f4657e5d - Addressed feedback
-
20f38c6a...9ca008c2 - 6 commits from branch
- Resolved by Narendra Singh Rathore
- Resolved by Tim Plunkett
added 21 commits
-
f4657e5d...044272b7 - 19 commits from branch
project:1.0.x
- f6dfed10 - New branch with tabs changes
- 469a5c9a - Addressed feedback
-
f4657e5d...044272b7 - 19 commits from branch
added 2 commits
- Resolved by Narendra Singh Rathore
- Resolved by Narendra Singh Rathore
85 86 $installer = $this->container->get('project_browser.installer'); 86 87 $installer->create(); 87 88 $installer->require(['org/package-name']); 88 $thrown_message = 'A very bad thing happened'; 89 $thrown_message = new TranslatableMessage('A very bad thing happened'); 38 36 ], 39 37 'already installed package' => [ 40 38 ['drupal/my_module'], 41 ValidationResult::createError(['drupal/my_module'], $summary), changed this line in version 14 of the diff
- Resolved by Narendra Singh Rathore
added 10 commits
-
233f6f6a - 1 commit from branch
project:1.0.x
- 8920f4a4 - New branch with tabs changes
- b8499d3e - Addressed feedback
- 56af9b86 - Changes as per suggestion
- 9a5ffa1b - prettier
- a025be66 - CSS change
- c5bc5913 - Addressed point 2
- 95eec878 - make the tests pass
- dc03509d - Apply 1 suggestion(s) to 1 file(s)
- d7849514 - Yarn run
Toggle commit list-
233f6f6a - 1 commit from branch
added 1 commit
- 2eeab540 - Attempt to revert potentially unnecessary test changes
Please register or sign in to reply