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
1b3f2f80
Commit
1b3f2f80
authored
Mar 10, 2021
by
Vitaly Slobodin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename updateBoardEpicUserPref to snake_case
parent
08c21fb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
ee/app/assets/javascripts/boards/graphql/update_board_epic_user_preferences.mutation.graphql
...aphql/update_board_epic_user_preferences.mutation.graphql
+0
-0
ee/app/assets/javascripts/boards/stores/actions.js
ee/app/assets/javascripts/boards/stores/actions.js
+1
-1
No files found.
ee/app/assets/javascripts/boards/graphql/update
BoardEpicUserP
references.mutation.graphql
→
ee/app/assets/javascripts/boards/graphql/update
_board_epic_user_p
references.mutation.graphql
View file @
1b3f2f80
File moved
ee/app/assets/javascripts/boards/stores/actions.js
View file @
1b3f2f80
...
...
@@ -40,7 +40,7 @@ import issueSetWeightMutation from '../graphql/issue_set_weight.mutation.graphql
import
listUpdateLimitMetricsMutation
from
'
../graphql/list_update_limit_metrics.mutation.graphql
'
;
import
listsEpicsQuery
from
'
../graphql/lists_epics.query.graphql
'
;
import
projectBoardMilestonesQuery
from
'
../graphql/project_board_milestones.query.graphql
'
;
import
updateBoardEpicUserPreferencesMutation
from
'
../graphql/update
BoardEpicUserP
references.mutation.graphql
'
;
import
updateBoardEpicUserPreferencesMutation
from
'
../graphql/update
_board_epic_user_p
references.mutation.graphql
'
;
import
boardsStoreEE
from
'
./boards_store_ee
'
;
import
*
as
types
from
'
./mutation_types
'
;
...
...
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