Merge branch 'open1062' into open-master

Merge changes for WTD-1062
This commit is contained in:
Victor Woeltjen
2015-04-08 12:48:49 -07:00
13 changed files with 389 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
},
{
"key": "properties",
"category": "contextual",
"category": ["contextual", "view-control"],
"implementation": "actions/PropertiesAction.js",
"glyph": "p",
"name": "Edit Properties...",
@@ -75,6 +75,16 @@
"depends": [ "$location" ]
}
],
"policies": [
{
"category": "action",
"implementation": "policies/EditActionPolicy.js"
},
{
"category": "view",
"implementation": "policies/EditableViewPolicy.js"
}
],
"templates": [
{
"key": "edit-library",