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
a4e4ec2f
Commit
a4e4ec2f
authored
Sep 23, 2020
by
jakeburden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add action to update group milestones
parent
3c5fb8f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
app/assets/javascripts/releases/stores/modules/detail/actions.js
...ets/javascripts/releases/stores/modules/detail/actions.js
+3
-0
No files found.
app/assets/javascripts/releases/stores/modules/detail/actions.js
View file @
a4e4ec2f
...
...
@@ -45,6 +45,9 @@ export const updateReleaseNotes = ({ commit }, notes) => commit(types.UPDATE_REL
export
const
updateReleaseMilestones
=
({
commit
},
milestones
)
=>
commit
(
types
.
UPDATE_RELEASE_MILESTONES
,
milestones
);
export
const
updateReleaseGroupMilestones
=
({
commit
},
groupMilestones
)
=>
commit
(
types
.
UPDATE_RELEASE_GROUP_MILESTONES
,
groupMilestones
);
export
const
addEmptyAssetLink
=
({
commit
})
=>
{
commit
(
types
.
ADD_EMPTY_ASSET_LINK
);
};
...
...
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