Dashboards - Dev mode
I am running a local instance of Twenty to help my partner run her small business. We'd like to have dashboards and we are looking on how to make them work but so far I've had no luck.
I cloned everything from the repo, ran the necessary scripts and Twenty ran (yay!) but then the dashboards are not work.
Whenever i create a new dashboard and i try to edit it, i get no output, no errors in console, nothing.
Any hints? Should i create an issue on GH?
Thank you in advance!
8 Replies
Hi, on which version are you on? Also, how are you editing?
Hey @Joe, why not directly consuming a built version of twenty through an official published docker image ?
Just double checking the motivations as it might not be necessary for you to go through all this setup if you don't wanna edit anything
Hello team, thanks for coming back.
I have a set of specific requirements that I have implemented by hand with code.
Mostly really specific RBAC where certain roles have specific restrictions and some roles inherit permissions of members i assigned to the members with such roles through the database and i have not been able to do it via the UI, so i've had to do most of the work with the code and launching it directly instead of consuming the prebuilt containers.
I will try out to find the version i am running later today as I am not at home and come back to yous.
Our pleasure !
Sounds good ! Just by pure curiosity what RBAC role grain do you need ?
Please be aware that if you build your own twenty image you will have to configure the APP_VERSION for the migrations and upgrade to run successfully. If not you will face regression with upcoming features
https://discord.com/channels/1130383047699738754/1372831640920789032/1372833279610196039
Hello @prastoin, thanks for checking in.
For example:
Role Assistant: Can Only see Companies to which they're assigned to, not all of them, can create, modify but not delete opportunities to such companies. Can create tasks and move them up to certain stage in which a:
Role Coordinator: Will be able to see all tasks and modify them only when they are on certain stage and they can take ownership to take them to the finish stage.
Role Sales Owner: Overlooks everything in terms of companies/opps/tasks for the Assistants they are assigned to. ( I have not been able to make this work with the UI, so I am doing everything with the database directly 😓 )
Ok yes I see ! thanks for sharing
Row level permissions should be introduced by the start of 2026
https://github.com/twentyhq/core-team-issues/issues/257
GitHub
➡️ Row level permissions · Issue #257 · twentyhq/core-team-is...
About Ability to set conditional access for records Misc Ability to add permission on attachments (see discussion)
This would save so much time, it is great news! ❤️ Thanks for the effort, I am liking it, so might contribute from time to time on things I can 🦜
Sounds good !