Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(web) Don't allow to move a read-only event
Fixes #4228
  • Loading branch information
cgx committed Jul 31, 2017
1 parent 893873d commit 9b64a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
Expand Up @@ -45,7 +45,7 @@
</md-menu-content>
</md-menu>
</md-menu-item>
<md-menu-item>
<md-menu-item ng-hide="::editor.component.isReadOnly">
<md-menu>
<md-button label:aria-label="Move To" ng-click="$mdMenu.open($event)">
<var:string label:value="Move To"/>
Expand Down

0 comments on commit 9b64a1b

Please sign in to comment.