Hide the delete action

An user has rights in the Freepbx administration to edit some extensions. Is it possible to hide the delete action so that the user cannot delete an extension?

Unfortunately, I don’t think there is the ability to get that granular at this time. Access is limited by module it looks like.

It sounds like you could add extensions via the graphql api. If you made the front end (webpage, spreadsheet, database, etc.) you could theoretically create a method for adding extensions without needing the FreePBX interface. You don’t need to include a delete button on your GUI.

https://wiki.freepbx.org/display/FPG/API

Probably not right now, but a Feature Request could add that in the future.

I think the only option is to hide the icon with CSS. That is enough for now. Is it possible to load a custom stylesheet?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.