Merge pull request #735 from sdf611097/invalidRole

_Role object must specified name and ACL
This commit is contained in:
Florent Vilmart
2016-03-02 09:39:44 -05:00
2 changed files with 26 additions and 8 deletions

View File

@@ -73,7 +73,8 @@ var defaultColumns = {
var requiredColumns = {
_Product: ["productIdentifier", "icon", "order", "title", "subtitle"]
_Product: ["productIdentifier", "icon", "order", "title", "subtitle"],
_Role: ["name", "ACL"]
}
// Valid classes must: