Cannot hide the undo button on the toolbar

Issue #858 open
Radu Cantor created an issue

On the toolbar configuration you can hide every single button or option, except the undo button.

Please allow this one to be hidden on demand.

Comments (2)

  1. Wei Wang

    +1 to have this option in adv options… in the interim, you can use CSS to disable on specific screens based on ID:

    pf-apliqo-wizard-substep[step-id^="a16.f2.z1"] {
      button[data-cy="undo"] {
        display: none !important;
      }
    }
    

  2. Joana MFC Corte-Real
    • changed status to open

    Hi Radu & Wei, Thank you for the feedback and enhancement proposal we will be reviewing it during our next roadmap discussion.

  3. Log in to comment