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
0bb26053
Commit
0bb26053
authored
Oct 10, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in app/assets/javascripts/boards/index.js
parent
c7a89fa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
+0
-22
app/assets/javascripts/boards/index.js
app/assets/javascripts/boards/index.js
+0
-22
No files found.
app/assets/javascripts/boards/index.js
View file @
0bb26053
...
...
@@ -16,7 +16,6 @@ import boardsStore from './stores/boards_store';
import
ModalStore
from
'
./stores/modal_store
'
;
import
modalMixin
from
'
./mixins/modal_mixins
'
;
import
'
./filters/due_date_filters
'
;
<<<<<<<
HEAD
import
Board
from
'
ee/boards/components/board
'
;
import
BoardSidebar
from
'
ee/boards/components/board_sidebar
'
;
import
initNewListDropdown
from
'
./components/new_list_dropdown
'
;
...
...
@@ -33,23 +32,11 @@ import collapseIcon from 'ee/boards/icons/fullscreen_collapse.svg';
import
expandIcon
from
'
ee/boards/icons/fullscreen_expand.svg
'
;
import
tooltip
from
'
~/vue_shared/directives/tooltip
'
;
=======
import
Board
from
'
./components/board
'
;
import
BoardSidebar
from
'
./components/board_sidebar
'
;
import
initNewListDropdown
from
'
./components/new_list_dropdown
'
;
import
BoardAddIssuesModal
from
'
./components/modal/index.vue
'
;
import
'
~/vue_shared/vue_resource_interceptor
'
;
import
{
NavigationType
}
from
'
~/lib/utils/common_utils
'
;
>>>>>>>
upstream
/
master
let
issueBoardsApp
;
export
default
()
=>
{
const
$boardApp
=
document
.
getElementById
(
'
board-app
'
);
<<<<<<<
HEAD
const
issueBoardsContent
=
document
.
querySelector
(
'
.content-wrapper > .js-focus-mode-board
'
);
=======
>>>>>>>
upstream
/
master
// check for browser back and trigger a hard reload to circumvent browser caching.
window
.
addEventListener
(
'
pageshow
'
,
(
event
)
=>
{
...
...
@@ -134,10 +121,7 @@ export default () => {
this
.
state
.
lists
=
_
.
sortBy
(
this
.
state
.
lists
,
'
position
'
);
boardsStore
.
addBlankState
();
<<<<<<<
HEAD
boardsStore
.
addPromotionState
();
=======
>>>>>>>
upstream
/
master
this
.
loading
=
false
;
})
.
catch
(()
=>
{
...
...
@@ -203,10 +187,7 @@ export default () => {
el
:
document
.
getElementById
(
'
js-add-list
'
),
data
:
{
filters
:
boardsStore
.
state
.
filters
,
<<<<<<<
HEAD
milestoneTitle
:
$boardApp
.
dataset
.
boardMilestoneTitle
,
=======
>>>>>>>
upstream
/
master
},
mounted
()
{
initNewListDropdown
();
...
...
@@ -267,11 +248,8 @@ export default () => {
return
{
modal
:
ModalStore
.
store
,
store
:
boardsStore
.
state
,
<<<<<<<
HEAD
isFullscreen
:
false
,
focusModeAvailable
:
$boardApp
.
hasAttribute
(
'
data-focus-mode-available
'
),
=======
>>>>>>>
upstream
/
master
canAdminList
:
this
.
$options
.
el
.
hasAttribute
(
'
data-can-admin-list
'
),
};
},
...
...
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