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
c2caaf08
Commit
c2caaf08
authored
Jun 07, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve JS conflicts
parent
774053a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
app/assets/javascripts/boards/models/list.js
app/assets/javascripts/boards/models/list.js
+0
-3
app/assets/javascripts/project_new.js
app/assets/javascripts/project_new.js
+0
-3
No files found.
app/assets/javascripts/boards/models/list.js
View file @
c2caaf08
...
...
@@ -110,16 +110,13 @@ class List {
.
then
((
resp
)
=>
{
const
data
=
resp
.
json
();
issue
.
id
=
data
.
iid
;
<<<<<<<
HEAD
issue
.
milestone
=
data
.
milestone
;
=======
})
.
then
(()
=>
{
if
(
this
.
issuesSize
>
1
)
{
const
moveBeforeIid
=
this
.
issues
[
1
].
id
;
gl
.
boardService
.
moveIssue
(
issue
.
id
,
null
,
null
,
null
,
moveBeforeIid
);
}
>>>>>>>
ce
/
master
});
}
...
...
app/assets/javascripts/project_new.js
View file @
c2caaf08
...
...
@@ -11,11 +11,8 @@ function highlightChanges($elm) {
this
.
toggleSettings
=
this
.
toggleSettings
.
bind
(
this
);
this
.
$selects
=
$
(
'
.features select
'
);
this
.
$repoSelects
=
this
.
$selects
.
filter
(
'
.js-repo-select
'
);
<<<<<<<
HEAD
this
.
$enableApprovers
=
$
(
'
.js-require-approvals-toggle
'
);
=======
this
.
$projectSelects
=
this
.
$selects
.
not
(
'
.js-repo-select
'
);
>>>>>>>
ce
/
master
$
(
'
.project-edit-container
'
).
on
(
'
ajax:before
'
,
(
function
(
_this
)
{
return
function
()
{
...
...
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