Skip to content
Snippets Groups Projects
Commit c057a814 authored by Yazan Majadba's avatar Yazan Majadba Committed by Rajab Natshah
Browse files

Issue #3394304: The sub-entity queue is not all shown on the Form Widget

parent fb7aa0ca
No related branches found
No related tags found
1 merge request!3Issue #3394304: The sub-entity queue is not all shown on the Form Widget
Pipeline #414469 passed
Pipeline: entityqueue_form_widget

#414471

    Pipeline: entityqueue_form_widget

    #414470

      ......@@ -134,8 +134,8 @@ function entity_qget_allowed_subque_list($node) {
      if ($queue_settings['target_type'] == $node->getEntityTypeId()
      && (empty($target_bundles) || in_array($node->bundle(), $target_bundles))) {
      $id = $queue->id();
      $allowed_entityqueues[$id]['id'] = $subqueue->id();
      $id = $subqueue->id();
      $allowed_entityqueues[$id]['id'] = $id;
      $allowed_entityqueues[$id]['act_as_queue_status'] = $queue->getActAsQueue();
      }
      }
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment