[Timeline] Don't suppress move during editing

...to allow this action to be used to support Timeline
drag-and-drop.
This commit is contained in:
Victor Woeltjen 2016-03-21 11:42:33 -07:00
parent 5034e88656
commit 7eaffdc34a

View File

@ -28,7 +28,7 @@ define(
[],
function () {
"use strict";
var DISALLOWED_ACTIONS = ["move", "copy", "link", "window", "follow"];
var DISALLOWED_ACTIONS = ["copy", "link", "window", "follow"];
/**
* The ActionCapability allows applicable Actions to be retrieved and
* performed for specific domain objects, e.g.: