Skip to content
Snippets Groups Projects

Issue #3383606: Make it easier to add a child taxonomy term

Closed Issue #3383606: Make it easier to add a child taxonomy term
1 unresolved thread
Closed Benji Fisher requested to merge issue/drupal-3383606:3383606-add-child-term into 11.x
1 unresolved thread

Merge request reports

Merged results pipeline passed for b0598c8e

Code Quality is loading

Closed by Lauri TimmaneeLauri Timmanee 1 year ago (Oct 10, 2023 8:57am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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')) {
  • Benji Fisher added 2 commits

    added 2 commits

    • ba10e354 - Test that query parameters work as expected
    • 158abb76 - Test creating a child term from the Add child link

    Compare with previous version

  • Benji Fisher added 1 commit

    added 1 commit

    • f374814a - Use the second parameter to drupalGet() instead of Url::setOption()

    Compare with previous version

  • Lauri Timmanee added 111 commits

    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()

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading