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
23640e42
Commit
23640e42
authored
Oct 31, 2017
by
Francisco Javier López
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update project_select.js
parent
3ef0f2a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
app/assets/javascripts/project_select.js
app/assets/javascripts/project_select.js
+0
-8
No files found.
app/assets/javascripts/project_select.js
View file @
23640e42
...
@@ -10,11 +10,7 @@ import ProjectSelectComboButton from './project_select_combo_button';
...
@@ -10,11 +10,7 @@ import ProjectSelectComboButton from './project_select_combo_button';
const
simpleFilter
=
$
(
select
).
data
(
'
simple-filter
'
)
||
false
;
const
simpleFilter
=
$
(
select
).
data
(
'
simple-filter
'
)
||
false
;
this
.
groupId
=
$
(
select
).
data
(
'
group-id
'
);
this
.
groupId
=
$
(
select
).
data
(
'
group-id
'
);
this
.
includeGroups
=
$
(
select
).
data
(
'
include-groups
'
);
this
.
includeGroups
=
$
(
select
).
data
(
'
include-groups
'
);
<<<<<<<
HEAD
this
.
allProjects
=
$
(
select
).
data
(
'
allprojects
'
)
||
false
;
=======
this
.
allProjects
=
$
(
select
).
data
(
'
all-projects
'
)
||
false
;
this
.
allProjects
=
$
(
select
).
data
(
'
all-projects
'
)
||
false
;
>>>>>>>
bfb5107ae720232a15060ee55feba213ee7dd097
this
.
orderBy
=
$
(
select
).
data
(
'
order-by
'
)
||
'
id
'
;
this
.
orderBy
=
$
(
select
).
data
(
'
order-by
'
)
||
'
id
'
;
this
.
withIssuesEnabled
=
$
(
select
).
data
(
'
with-issues-enabled
'
);
this
.
withIssuesEnabled
=
$
(
select
).
data
(
'
with-issues-enabled
'
);
this
.
withMergeRequestsEnabled
=
$
(
select
).
data
(
'
with-merge-requests-enabled
'
);
this
.
withMergeRequestsEnabled
=
$
(
select
).
data
(
'
with-merge-requests-enabled
'
);
...
@@ -57,11 +53,7 @@ import ProjectSelectComboButton from './project_select_combo_button';
...
@@ -57,11 +53,7 @@ import ProjectSelectComboButton from './project_select_combo_button';
order_by
:
_this
.
orderBy
,
order_by
:
_this
.
orderBy
,
with_issues_enabled
:
_this
.
withIssuesEnabled
,
with_issues_enabled
:
_this
.
withIssuesEnabled
,
with_merge_requests_enabled
:
_this
.
withMergeRequestsEnabled
,
with_merge_requests_enabled
:
_this
.
withMergeRequestsEnabled
,
<<<<<<<
HEAD
membership
:
!
_this
.
allProjects
=======
membership
:
!
_this
.
allProjects
,
membership
:
!
_this
.
allProjects
,
>>>>>>>
bfb5107ae720232a15060ee55feba213ee7dd097
},
projectsCallback
);
},
projectsCallback
);
}
}
};
};
...
...
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