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
4f318b61
Commit
4f318b61
authored
Mar 17, 2020
by
Coung Ngo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix epic bar title text
Epic bars were incorrectly displaying the description instead of the title
parent
3d13b601
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/user/group/roadmap/index.md
doc/user/group/roadmap/index.md
+1
-1
ee/app/assets/javascripts/roadmap/components/epic_item_timeline.vue
...ets/javascripts/roadmap/components/epic_item_timeline.vue
+1
-1
No files found.
doc/user/group/roadmap/index.md
View file @
4f318b61
...
@@ -14,7 +14,7 @@ shows such a visualization for all the epics which are under a group and/or its
...
@@ -14,7 +14,7 @@ shows such a visualization for all the epics which are under a group and/or its
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/5164) in GitLab 12.9.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/5164) in GitLab 12.9.
On the epic bars, you can see their title, progress, and completed weight percentage.
On the epic bars, you can see their title, progress, and completed weight percentage.
When you hover over an epic bar, a popover appears with its
description
, start and due dates, and weight completed.
When you hover over an epic bar, a popover appears with its
title
, start and due dates, and weight completed.
![
roadmap view
](
img/roadmap_view_v12_9.png
)
![
roadmap view
](
img/roadmap_view_v12_9.png
)
...
...
ee/app/assets/javascripts/roadmap/components/epic_item_timeline.vue
View file @
4f318b61
...
@@ -191,7 +191,7 @@ export default {
...
@@ -191,7 +191,7 @@ export default {
</a>
</a>
<gl-popover
<gl-popover
:target=
"`epic-bar-$
{epic.id}`"
:target=
"`epic-bar-$
{epic.id}`"
:title="epic.
description
"
:title="epic.
title
"
triggers="hover focus"
triggers="hover focus"
placement="right"
placement="right"
>
>
...
...
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