Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    9.1d: calendar: prevent resizing and dragging of events

    Hey,
    I am using the 9.1d version of the 15th. I try to prevent dragging of an event. I set canEdit and canEditLane to false and also set candragreposition etc on my eventwindow:
    this.canDragResize = this.event.canEdit;
    this.canDragReposition = this.event.canEdit;

    Still it is possible to drag events which have canEdit=false.

    Is there a another way I can do this?

    gr. Martin

    #2
    There was a bug here - there was a missing call to calendar.canEditEvent() which, if it returned false (via event.canEdit:false), should have been enough on its own to prevent drag operations on a given window.

    We've fixed this for tomorrow's build.

    Comment

    Working...
    X