parent
dfa1d96a1f
commit
8c3c5afba2
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
Please view this file on the master branch, on stable branches it's out of date.
|
Please view this file on the master branch, on stable branches it's out of date.
|
||||||
|
|
||||||
v 7.12.0 (unreleased)
|
v 7.12.0 (unreleased)
|
||||||
|
- Add file attachment support in Milestone description (Stan Hu)
|
||||||
- Add web hook support for note events (Stan Hu)
|
- Add web hook support for note events (Stan Hu)
|
||||||
- Disable "New Issue" and "New Merge Request" buttons when features are disabled in project settings (Stan Hu)
|
- Disable "New Issue" and "New Merge Request" buttons when features are disabled in project settings (Stan Hu)
|
||||||
- Allow to configure location of the `.gitlab_shell_secret` file. (Jakub Jirutka)
|
- Allow to configure location of the `.gitlab_shell_secret` file. (Jakub Jirutka)
|
||||||
|
|
|
@ -27,6 +27,7 @@ class Dispatcher
|
||||||
new Milestone()
|
new Milestone()
|
||||||
when 'projects:milestones:new', 'projects:milestones:edit'
|
when 'projects:milestones:new', 'projects:milestones:edit'
|
||||||
new ZenMode()
|
new ZenMode()
|
||||||
|
new DropzoneInput($('.milestone-form'))
|
||||||
when 'projects:compare:show'
|
when 'projects:compare:show'
|
||||||
new Diff()
|
new Diff()
|
||||||
when 'projects:issues:new','projects:issues:edit'
|
when 'projects:issues:new','projects:issues:edit'
|
||||||
|
|
Loading…
Reference in a new issue