-
I need help, after searching in the documentation I don't find any guide to do this, for the context I'm using AVO latest version. It's possible to hide this button and create operation on specific resource management? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @hellodit This can be achieved by two main ways: Authorization ( Pro license required )Using authorization you can create a policy for the Custom controls ( Advanced license required )Using |
Beta Was this translation helpful? Give feedback.
Hello @hellodit This can be achieved by two main ways:
Authorization ( Pro license required )
Using authorization you can create a policy for the
Setting
resource then makecreate?
andnew?
returnfalse
.Custom controls ( Advanced license required )
Using
self.index_controls
you can costumize whatever control appear on the index page. To hide the create button you should declare onlyactions_list
andattach_button
(for associations).