Skip to content

Commit

Permalink
Merge pull request #1774 from drew-gross/pointer-perms-in-dash
Browse files Browse the repository at this point in the history
Tell the dashboard that Pointer Permissions are implemented so it can let you edit them.
  • Loading branch information
peterdotjs committed May 13, 2016
2 parents d0c3535 + c2cfa14 commit 4bfe2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Routers/FeaturesRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class FeaturesRouter extends PromiseRouter {
clearAllDataFromClass: false,
exportClass: false,
editClassLevelPermissions: true,
editPointerPermissions: true,
},
};

Expand Down

0 comments on commit 4bfe2c5

Please sign in to comment.