Hide archived menu from user-grid view

Good morning,

I want to hide the menu « archived » in the menu bar at the top, of the user-grid view, and only display it when the admin is connected. How can I do it plz?

I tried this by overriding the existing one but it doesn’t work:

  <grid name="user-grid" title="Users list" model="com.axelor.auth.db.User"
    id="user-grid-base-licence" extension="true">
    <toolbar>
      <button onClick="" name="archived" hidden="true"/>
      <button name="generateRandomPasswordsBtn" title="Generate random passwords"
        onClick="action-user-method-open-generate-random-passwords-wizard"/>
    </toolbar>

    <field name="archived" hidden="true"/>
  </grid>

hi
in the permissions if export is not activated I believe it hides the archive button
not sure
regards

Hi,

it doesn’t work.

I just tested with one of my users it is the remove permissions that must be removed


image

Ce sujet a été automatiquement fermé après 30 jours. Aucune réponse n’est permise dorénavant.