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
01c9f7a0
Commit
01c9f7a0
authored
May 05, 2021
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes quick actions help page not showing on diff forms
Closes
https://gitlab.com/gitlab-org/gitlab/-/issues/329544
parent
4366b711
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/javascripts/diffs/components/diff_line_note_form.vue
...sets/javascripts/diffs/components/diff_line_note_form.vue
+2
-2
changelogs/unreleased/ph-329544-diffLineNoteFormQuickActionsLink.yml
...unreleased/ph-329544-diffLineNoteFormQuickActionsLink.yml
+5
-0
No files found.
app/assets/javascripts/diffs/components/diff_line_note_form.vue
View file @
01c9f7a0
...
...
@@ -207,14 +207,14 @@ export default {
</div>
<note-form
ref=
"noteForm"
:is-editing=
"
tru
e"
:is-editing=
"
fals
e"
:line-code=
"line.line_code"
:line=
"line"
:lines=
"commentLines"
:help-page-path=
"helpPagePath"
:diff-file=
"diffFile"
:show-suggest-popover=
"showSuggestPopover"
save-button-title=
"Comment
"
:save-button-title=
"__('Comment')
"
class=
"diff-comment-form gl-mt-3"
@
handleFormUpdateAddToReview=
"addToReview"
@
cancelForm=
"handleCancelCommentForm"
...
...
changelogs/unreleased/ph-329544-diffLineNoteFormQuickActionsLink.yml
0 → 100644
View file @
01c9f7a0
---
title
:
Fixed quick actions link not showing in diff line comment forms
merge_request
:
author
:
type
:
fixed
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