marie
Env Variables and Health Status are not clickable.
@thomast I don't think so, access to admin panel isn't determined by permissions but by properties on user entity.
cf SettingsAdminContent.ts :
I think that disabled option for the tabs was recently introduced.
So @soundworker2003 I think you need to update the
canAccessFullAdminPanel
value in your user table on your user's row.
About the workspace version I don't know, maybe it's something we just removed ? @Weiko does it ring a bell ?5 replies
Enabled Lab > Roles and now I can't access some menus
so you are still stuck ?
If yes, can you check in the database which role is assigned to your user (you can get your user id from user table then get your userWorkspace id from userWorkspace table using the user id then checking the assigned role Id in userWorkspaceRole table) ?
11 replies
Getting error while creating new field.
Closing this with this fixing PR:
https://github.com/twentyhq/twenty/pull/9028/files
19 replies
Getting error while creating new field.
Thank you
Your issue points at another problem: we introduced a regression where a newly created field does not appear directly in the fields list (page needs to be refreshed), but was created indeed. we are working on fixing this!
"test" and "test1" fields labels cannot co-exist as they will both be translated to "test" in the api
19 replies
Getting error while creating new field.
@Weiko I still need to check how it was possible not to send the value through the form, but this should do if we need a quick fix: https://github.com/twentyhq/twenty/pull/9028
19 replies