Skip to content

Commit 7da64ab

Browse files
committed
Update comment and add Pointer Permissions Editor to feature list
1 parent 971011f commit 7da64ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"Parse Config",
77
"API Console",
88
"Class Level Permissions Editor",
9+
"Pointer Permissions Editor",
910
"Send Push Notifications",
1011
"Logs Viewer"
1112
],

src/dashboard/Data/Browser/SecurityDialog.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import React from 'react';
1313
import styles from 'dashboard/Data/Browser/Browser.scss';
1414

1515
function validateEntry(pointers, text, parseServerSupportsPointerPermissions) {
16-
if (parseServerSupportsPointerPermissions) { //Eventually we will branch on whether or not the server supports pointer permissions
16+
if (parseServerSupportsPointerPermissions) {
1717
if (pointers.indexOf(text) > -1) {
1818
return Parse.Promise.as({ pointer: text });
1919
}

0 commit comments

Comments
 (0)