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
df070ba6
Commit
df070ba6
authored
Dec 15, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed popup_dialog.vue no longer existing
parent
8a4fb9a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
app/assets/javascripts/boards/components/board_form.vue
app/assets/javascripts/boards/components/board_form.vue
+4
-4
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-7
No files found.
app/assets/javascripts/boards/components/board_form.vue
View file @
df070ba6
...
...
@@ -2,7 +2,7 @@
/* global BoardService */
import
Flash
from
'
~/flash
'
;
import
PopupDialog
from
'
~/vue_shared/components/popup_dialog
.vue
'
;
import
modal
from
'
../../vue_shared/components/modal
.vue
'
;
import
{
visitUrl
}
from
'
../../lib/utils/url_utility
'
;
import
BoardMilestoneSelect
from
'
./milestone_select.vue
'
;
import
BoardWeightSelect
from
'
./weight_select.vue
'
;
...
...
@@ -74,7 +74,7 @@ export default {
BoardLabelsSelect
,
BoardMilestoneSelect
,
BoardWeightSelect
,
PopupDialog
,
modal
,
},
computed
:
{
isNewForm
()
{
...
...
@@ -179,7 +179,7 @@ export default {
</
script
>
<
template
>
<
popup-dialog
<
modal
v-show=
"currentPage"
modal-dialog-class=
"board-config-modal"
:hide-footer=
"readonly"
...
...
@@ -275,5 +275,5 @@ export default {
</div>
</form>
</
template
>
</
popup-dialog
>
</
modal
>
</template>
app/assets/javascripts/dispatcher.js
View file @
df070ba6
...
...
@@ -98,15 +98,12 @@ import ProjectLabelSubscription from './project_label_subscription';
import
ProjectVariables
from
'
./project_variables
'
;
import
SearchAutocomplete
from
'
./search_autocomplete
'
;
import
Activities
from
'
./activities
'
;
<<<<<<<
HEAD
// EE-only
import
ApproversSelect
from
'
./approvers_select
'
;
import
AuditLogs
from
'
./audit_logs
'
;
import
initGeoInfoModal
from
'
./init_geo_info_modal
'
;
import
initGroupAnalytics
from
'
./init_group_analytics
'
;
=======
>>>>>>>
upstream
/
master
(
function
()
{
var
Dispatcher
;
...
...
@@ -413,10 +410,6 @@ import initGroupAnalytics from './init_group_analytics';
if
(
$
(
'
#tree-slider
'
).
length
)
new
TreeView
();
if
(
$
(
'
.blob-viewer
'
).
length
)
new
BlobViewer
();
if
(
$
(
'
.project-show-activity
'
).
length
)
new
Activities
();
<<<<<<<
HEAD
=======
>>>>>>>
upstream
/
master
$
(
'
#tree-slider
'
).
waitForImages
(
function
()
{
ajaxGet
(
document
.
querySelector
(
'
.js-tree-content
'
).
dataset
.
logsPath
);
});
...
...
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