marie
marie
TTwenty
Created by Amiteshwar on 4/13/2025 in #❓︱help
Can't add/edit Objects with Admin role
@Weiko
5 replies
TTwenty
Created by soundworker2003 on 4/8/2025 in #❓︱help
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 :
const tabs = [
{
id: SETTINGS_ADMIN_TABS.GENERAL,
title: t`General`,
Icon: IconSettings2,
disabled: !canAccessFullAdminPanel && !canImpersonate,
},
{
id: SETTINGS_ADMIN_TABS.ENV_VARIABLES,
title: t`Env Variables`,
Icon: IconVariable,
disabled: !canAccessFullAdminPanel,
},
{
id: SETTINGS_ADMIN_TABS.HEALTH_STATUS,
title: t`Health Status`,
Icon: IconHeart,
disabled: !canAccessFullAdminPanel,
},
];
const tabs = [
{
id: SETTINGS_ADMIN_TABS.GENERAL,
title: t`General`,
Icon: IconSettings2,
disabled: !canAccessFullAdminPanel && !canImpersonate,
},
{
id: SETTINGS_ADMIN_TABS.ENV_VARIABLES,
title: t`Env Variables`,
Icon: IconVariable,
disabled: !canAccessFullAdminPanel,
},
{
id: SETTINGS_ADMIN_TABS.HEALTH_STATUS,
title: t`Health Status`,
Icon: IconHeart,
disabled: !canAccessFullAdminPanel,
},
];
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
TTwenty
Created by Leontes on 3/18/2025 in #❓︱help
Enabled Lab > Roles and now I can't access some menus
Oh I see then you probably missed that step indeed then ?
11 replies
TTwenty
Created by Leontes on 3/18/2025 in #❓︱help
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
TTwenty
Created by Leontes on 3/18/2025 in #❓︱help
Enabled Lab > Roles and now I can't access some menus
@Leontes your issue is different, I think you just need to hard refresh, sorry about that, it's something that will be fixed in the next release
11 replies
TTwenty
Created by Leontes on 3/18/2025 in #❓︱help
Enabled Lab > Roles and now I can't access some menus
Yes, @baon99 I also recommend you removed the tables you created manually and run the command instead, otherwise you will encounter issues when you upgrade
11 replies
TTwenty
Created by ralfdigitalagency on 2/13/2025 in #❓︱help
Bug People Data Disappears and Error message is shown
ah !
11 replies
TTwenty
Created by ralfdigitalagency on 2/13/2025 in #❓︱help
Bug People Data Disappears and Error message is shown
Hi bob thanks, I will look into this !
11 replies
TTwenty
Created by Antonio Pinto on 2/10/2025 in #❓︱help
Advanced Rules not Changing Field (works for already saved fields).
I think @Lucas will know !
7 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
Closing this with this fixing PR: https://github.com/twentyhq/twenty/pull/9028/files
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
Mh sorry actually I was mistaken, it is possible to have two fields test and test1; and from your screenshot you can see they were both created
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
Yes, we will make sure to clarify that in the future
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
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
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
can you give me the link of the issue you created ?
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
thanks for reporting @Oleksandr Boiko, we are actively looking at it !
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
Getting error while creating new field.
(I actually need to run other checks on my pr i think)
19 replies
TTwenty
Created by Oleksandr Boiko on 12/11/2024 in #❓︱help
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