From bbf26febb61fe3bceac18b5b4dfe3ab51a479388 Mon Sep 17 00:00:00 2001 From: Balaji Krishnamurthy <107975017+BKM14@users.noreply.github.com> Date: Wed, 20 Aug 2025 20:47:16 +0530 Subject: [PATCH] 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 --- .../components/SettingsRolePermissionsObjectsSection.tsx | 4 ++-- .../components/SettingsRolePermissionsObjectsTableHeader.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/twenty-front/src/modules/settings/roles/role-permissions/objects-permissions/components/SettingsRolePermissionsObjectsSection.tsx b/packages/twenty-front/src/modules/settings/roles/role-permissions/objects-permissions/components/SettingsRolePermissionsObjectsSection.tsx index 7d6643d11dd..d776039ae7d 100644 --- a/packages/twenty-front/src/modules/settings/roles/role-permissions/objects-permissions/components/SettingsRolePermissionsObjectsSection.tsx +++ b/packages/twenty-front/src/modules/settings/roles/role-permissions/objects-permissions/components/SettingsRolePermissionsObjectsSection.tsx @@ -152,8 +152,8 @@ export const SettingsRolePermissionsObjectsSection = ({ return (
- {t`Name`} + {t`All Objects`}