@@ -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