Commit e6b0f442 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Split project and group milestone dispatcher branch

parent 3e5bfe5a
......@@ -229,6 +229,10 @@ import DueDateSelectors from './due_date_select';
case 'projects:milestones:new':
case 'projects:milestones:edit':
case 'projects:milestones:update':
new ZenMode();
new DueDateSelectors();
new GLForm($('.milestone-form'), true);
break;
case 'groups:milestones:new':
case 'groups:milestones:edit':
case 'groups:milestones:update':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment