BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
8fec16ac
Commit
8fec16ac
authored
Nov 08, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clicking "force remove source branch" label now toggles the checkbox again
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
5db9c791
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
_form.html.haml
app/views/shared/issuable/_form.html.haml
+1
-1
fix-uncheckable-label-for-force_remove_source_branch.yml
.../fix-uncheckable-label-for-force_remove_source_branch.yml
+4
-0
No files found.
app/views/shared/issuable/_form.html.haml
View file @
8fec16ac
...
...
@@ -129,7 +129,7 @@
.col-sm-10.col-sm-offset-2
.checkbox
=
label_tag
'merge_request[force_remove_source_branch]'
do
=
hidden_field_tag
'merge_request[force_remove_source_branch]'
,
'0'
=
hidden_field_tag
'merge_request[force_remove_source_branch]'
,
'0'
,
id:
nil
=
check_box_tag
'merge_request[force_remove_source_branch]'
,
'1'
,
@merge_request
.
force_remove_source_branch?
Remove source branch when merge request is accepted.
...
...
changelogs/unreleased/fix-uncheckable-label-for-force_remove_source_branch.yml
0 → 100644
View file @
8fec16ac
---
title
:
Clicking "force remove source branch" label now toggles the checkbox again
merge_request
:
author
:
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