Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2527 from ec-europa/ISAICP-6346
Browse files Browse the repository at this point in the history
ISAICP-6346: Preselect vertical tab from URL fragment.
  • Loading branch information
idimopoulos authored Aug 13, 2021
2 parents d77fb3c + 70e0f96 commit 1caecf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@
"Make it easier to trigger a tour @see https://www.drupal.org/project/drupal/issues/3012027": "https://www.drupal.org/files/issues/2018-11-07/3012027-2.patch",
"EntityConstraintValidationList::findByCode is inconsistent @see https://www.drupal.org/project/drupal/issues/3126654": "https://www.drupal.org/files/issues/2020-04-10/find_by_code_override-3126654-D8-4.patch",
"Cannot implement a custom user cancellation method @see https://www.drupal.org/project/drupal/issues/3135592": "https://www.drupal.org/files/issues/2020-05-11/3135592-3.patch",
"Allow to refine by bundle in EntityConverter @see https://www.drupal.org/project/drupal/issues/3155568": "https://www.drupal.org/files/issues/2020-06-30/3155568-4.patch"
"Allow to refine by bundle in EntityConverter @see https://www.drupal.org/project/drupal/issues/3155568": "https://www.drupal.org/files/issues/2020-06-30/3155568-4.patch",
"Make the tab active when the fragment is present in URL @see https://www.drupal.org/project/drupal/issues/2752511": "https://www.drupal.org/files/issues/2021-08-04/vertical-tabs-2752511-94-D8.patch"
},
"drupal/facets": {
"Facet Summary for Facet Items with a set dependency. @see https://www.drupal.org/node/2873480": "resources/patch/facet_summary_for_facet-2873480-18.patch",
Expand Down
3 changes: 3 additions & 0 deletions tests/features/solution/solution.edit.feature
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,6 @@ Feature: Solution editing.
And the "Additional fields" tab summary should be "Contains all optional fields providing additional information on the solution"
And I click the "Additional fields" tab
Then the "Additional fields" tab should be active
And the url should match "/collection/collection-example/solution/add#edit-group-management"
When I reload the page
Then the "Additional fields" tab should be active

0 comments on commit 1caecf9

Please sign in to comment.