Skip to content

Commit e36a99c

Browse files
committed
fix #600
1 parent 69e2abb commit e36a99c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

force-app/main/default/lwc/orgcheckApp/orgcheckApp.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,6 +1760,7 @@ export default class OrgcheckApp extends LightningElement {
17601760
{ label: 'Custom', type: ocui.ColumnType.CHK, data: { value: 'isCustom' }},
17611761
{ label: '#FLSs', type: ocui.ColumnType.NUM, data: { value: 'nbFieldPermissions' }},
17621762
{ label: '#Object CRUDs', type: ocui.ColumnType.NUM, data: { value: 'nbObjectPermissions' }},
1763+
{ label: 'Is Admin-like?', type: ocui.ColumnType.CHK, data: { value: 'isAdminLike' }},
17631764
{ label: 'Api Enabled', type: ocui.ColumnType.CHK, data: { value: 'importantPermissions.apiEnabled' }},
17641765
{ label: 'View Setup', type: ocui.ColumnType.CHK, data: { value: 'importantPermissions.viewSetup' }},
17651766
{ label: 'Modify All Data', type: ocui.ColumnType.CHK, data: { value: 'importantPermissions.modifyAllData' }},
@@ -1817,6 +1818,7 @@ export default class OrgcheckApp extends LightningElement {
18171818
{ label: 'Custom', type: ocui.ColumnType.CHK, data: { value: 'isCustom' }},
18181819
{ label: '#FLSs', type: ocui.ColumnType.NUM, data: { value: 'nbFieldPermissions' }},
18191820
{ label: '#Object CRUDs', type: ocui.ColumnType.NUM, data: { value: 'nbObjectPermissions' }},
1821+
{ label: 'Is Admin-like?', type: ocui.ColumnType.CHK, data: { value: 'isAdminLike' }},
18201822
{ label: 'Api Enabled', type: ocui.ColumnType.CHK, data: { value: 'importantPermissions.apiEnabled' }},
18211823
{ label: 'View Setup', type: ocui.ColumnType.CHK, data: { value: 'importantPermissions.viewSetup' }},
18221824
{ label: 'Modify All Data', type: ocui.ColumnType.CHK, data: { value: 'importantPermissions.modifyAllData' }},

0 commit comments

Comments
 (0)