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
1394329d
Commit
1394329d
authored
Mar 29, 2021
by
Taurie Davis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace deprecated buttons on epic list view
parent
c84d9415
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
ee/app/views/groups/epics/index.html.haml
ee/app/views/groups/epics/index.html.haml
+1
-1
ee/app/views/shared/issuable/_group_bulk_update_sidebar.html.haml
...iews/shared/issuable/_group_bulk_update_sidebar.html.haml
+1
-1
ee/changelogs/unreleased/epic-list-deprecated-button.yml
ee/changelogs/unreleased/epic-list-deprecated-button.yml
+5
-0
No files found.
ee/app/views/groups/epics/index.html.haml
View file @
1394329d
...
...
@@ -25,7 +25,7 @@
-
if
@can_bulk_update
=
render_if_exists
'shared/issuable/bulk_update_button'
,
type: :epics
-
if
can?
(
current_user
,
:create_epic
,
@group
)
=
link_to
_
(
'New epic'
),
new_group_epic_path
(
@group
),
class:
'btn btn-
success
gl-button'
,
data:
{
qa_selector:
'new_epic_button'
}
=
link_to
_
(
'New epic'
),
new_group_epic_path
(
@group
),
class:
'btn btn-
confirm
gl-button'
,
data:
{
qa_selector:
'new_epic_button'
}
=
render
'shared/epic/search_bar'
,
type: :epics
...
...
ee/app/views/shared/issuable/_group_bulk_update_sidebar.html.haml
View file @
1394329d
...
...
@@ -7,7 +7,7 @@
=
form_tag
[
:bulk_update
,
group
,
type
],
method: :post
,
class:
"bulk-update"
do
.block.issuable-sidebar-header
.filter-item.inline.update-issues-btn.float-left
=
button_tag
_
(
'Update all'
),
class:
"gl-button btn update-selected-issues btn-
info
"
,
disabled:
true
=
button_tag
_
(
'Update all'
),
class:
"gl-button btn update-selected-issues btn-
confirm
"
,
disabled:
true
=
button_tag
_
(
'Cancel'
),
class:
"gl-button btn btn-default js-bulk-update-menu-hide float-right"
-
if
is_issue
=
render
"shared/issuable/epic_dropdown"
,
parent:
group
...
...
ee/changelogs/unreleased/epic-list-deprecated-button.yml
0 → 100644
View file @
1394329d
---
title
:
Replace deprecated buttons on epic list view
merge_request
:
57873
author
:
type
:
changed
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