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
c4fcbfe9
Commit
c4fcbfe9
authored
Jun 18, 2020
by
Rajat Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move epic between assignee and milestone
parent
4f75ff3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
app/views/shared/issuable/_bulk_update_sidebar.html.haml
app/views/shared/issuable/_bulk_update_sidebar.html.haml
+7
-0
No files found.
app/views/shared/issuable/_bulk_update_sidebar.html.haml
View file @
c4fcbfe9
...
...
@@ -28,6 +28,13 @@
-
field_name
=
"update[assignee_ids][]"
=
dropdown_tag
(
_
(
"Select assignee"
),
options:
{
toggle_class:
"js-user-search js-update-assignee js-filter-submit js-filter-bulk-update"
,
title:
_
(
"Assign to"
),
filter:
true
,
dropdown_class:
"dropdown-menu-user dropdown-menu-selectable"
,
placeholder:
_
(
"Search authors"
),
data:
{
first_user:
(
current_user
.
username
if
current_user
),
null_user:
true
,
current_user:
true
,
project_id:
@project
.
id
,
field_name:
field_name
}
})
-
if
epic_bulk_edit_flag
.block
.title
=
_
(
'Epic'
)
.filter-item.epic-bulk-edit
#js-epic-select-root
{
data:
{
group_id:
@project
&
.
group
&
.
id
,
show_header:
"true"
}
}
%input
{
id:
'issue_epic_id'
,
type:
'hidden'
,
name:
'update[epic_id]'
}
.block
.title
=
_
(
'Milestone'
)
...
...
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