Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
394c64db
Commit
394c64db
authored
Feb 01, 2021
by
Albert Salim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check for licensed feature for :iterations
parent
26e2a3ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/views/shared/issuable/_bulk_update_sidebar.html.haml
app/views/shared/issuable/_bulk_update_sidebar.html.haml
+1
-1
No files found.
app/views/shared/issuable/_bulk_update_sidebar.html.haml
View file @
394c64db
-
type
=
local_assigns
.
fetch
(
:type
)
-
bulk_issue_health_status_flag
=
type
==
:issues
&&
@project
&
.
group
&
.
feature_available?
(
:issuable_health_status
)
-
epic_bulk_edit_flag
=
@project
&
.
group
&
.
feature_available?
(
:epics
)
&&
type
==
:issues
-
bulk_iterations_flag
=
@project
.
feature_available?
(
:iterations
,
current_user
)
&&
@project
&
.
group
.
present?
&&
type
==
:issues
-
bulk_iterations_flag
=
@project
&
.
group
&
.
feature_available?
(
:iterations
)
&&
type
==
:issues
%aside
.issues-bulk-update.js-right-sidebar.right-sidebar
{
"aria-live"
=>
"polite"
,
data:
{
'signed-in'
:
current_user
.
present?
}
}
.issuable-sidebar.hidden
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment