I am working on in a Windows environment, and the GUI is written in Visual C++. It allows the user to add, delete, and edit the items in a custom select/dropdown field, and then it saves the modifications to the Trac.ini.
Thanks. I loaded the plugin, and it works. Is it possible to allow users that do not have admin permissions to access this API?
--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/n1BkqjGC84MJ.
Thanks. I loaded the plugin, and it works. Is it possible to allow users that do not have admin permissions to access this API?
Thanks. I loaded the plugin, and it works. Is it possible to allow users that do not have admin permissions to access this API?
If you'd like to allow access to users that don't have TICKET_ADMIN to access the panel, you'll need to modify customfieldadmin/admin.py to replace the two instances of TICKET_ADMIN with some other permission.
p.s. I encourage you to not top post ;)
Thanks a lot! Changing the admin.py file worked!