Perform renaming fixes and implement full access card (#13912)
Closes #13861 `All Objects` has been renamed to `Objects` and `Name` has been replaced with `All Objects`. There was no specification of whether the `Data full access` card had to be implemented or not. Do let me know if that needs to be removed or something needs to be changed in its configuration. Attaching a loom recording of the changes: [Loom Recording](https://www.loom.com/share/42b54e9386b14619bc1118e95eb62293?sid=10ac8e8a-475b-4870-bd36-64742cd8c3c5) --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
co-authored by
Lucas Bordeau
parent
4b66e8021a
commit
bbf26febb6
+2
-2
@@ -152,8 +152,8 @@ export const SettingsRolePermissionsObjectsSection = ({
|
||||
return (
|
||||
<Section>
|
||||
<H2Title
|
||||
title={t`All objects`}
|
||||
description={t`Actions users can perform on all objects`}
|
||||
title={t`Objects`}
|
||||
description={t`Objects and fields permissions settings`}
|
||||
/>
|
||||
<StyledTable>
|
||||
<SettingsRolePermissionsObjectsTableHeader
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@ export const SettingsRolePermissionsObjectsTableHeader = ({
|
||||
|
||||
return (
|
||||
<TableRow>
|
||||
<StyledNameHeader>{t`Name`}</StyledNameHeader>
|
||||
<StyledNameHeader>{t`All Objects`}</StyledNameHeader>
|
||||
<StyledActionsHeader aria-label={t`Actions`}>
|
||||
<Checkbox
|
||||
checked={allPermissionsEnabled}
|
||||
|
||||
Reference in New Issue
Block a user