Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
entityqueue_form_widget
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
entityqueue_form_widget
Commits
c057a814
Commit
c057a814
authored
3 months ago
by
Yazan Majadba
Committed by
Rajab Natshah
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
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
!3
Issue #3394304: The sub-entity queue is not all shown on the Form Widget
Pipeline
#414469
passed
3 months ago
Stage: 🏗️ Build
Stage: 🪄 Lint
Stage: 🗜️ Test
Pipeline: entityqueue_form_widget
#414471
Pipeline: entityqueue_form_widget
#414470
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
entityqueue_form_widget.module
+2
-2
2 additions, 2 deletions
entityqueue_form_widget.module
with
2 additions
and
2 deletions
entityqueue_form_widget.module
+
2
−
2
View file @
c057a814
...
...
@@ -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
=
$
sub
queue
->
id
();
$allowed_entityqueues
[
$id
][
'id'
]
=
$
id
;
$allowed_entityqueues
[
$id
][
'act_as_queue_status'
]
=
$queue
->
getActAsQueue
();
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment