[Timeline] Allow linking during edit

...in cases where it is safe to do so (specifically, when the
linked-to object has already been persisted.)
This commit is contained in:
Victor Woeltjen
2016-03-22 12:03:18 -07:00
parent 007741b4e7
commit 31d8c9a48f
3 changed files with 60 additions and 1 deletions

View File

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