Issue #3383606: Make it easier to add a child taxonomy term
1 unresolved thread
Merge request reports
Activity
124 124 } 125 125 } 126 126 127 /** 128 * Implements hook_entity_operation(). 129 */ 130 function taxonomy_entity_operation(EntityInterface $term) { 131 $operations = []; 132 if ($term instanceof Term && $term->access('create')) { added 1 commit
- f374814a - Use the second parameter to drupalGet() instead of Url::setOption()
added 111 commits
-
f374814a...df594822 - 106 commits from branch
project:11.x
- 6c3cdc3b - Get default term parents from query parameters
- 5e038db4 - Add "Add child" links to the vocabulary List page
- 7e04e7d2 - Test that query parameters work as expected
- 6c77d3d0 - Test creating a child term from the Add child link
- f770e430 - Use the second parameter to drupalGet() instead of Url::setOption()
Toggle commit list-
f374814a...df594822 - 106 commits from branch
Please register or sign in to reply