how can i restrict the activate/archive Button (right top of the Products-Detail-Page) to a specifiv group?
i just could use xpath to make it invisible but i tried to set readonly to //button[@name='toggle_active'] and also //button[@name='toggle_active'] but it seems not to work.
any help?