How to disable a decorator?

I would like to disable a decorator used in collective.easyform.browser.actions,
specifically the @button.buttonAndHandler decorator of the handleClearAll method,
so the "Clear All" button does not appear in the "Saved Data" form.

Is there a simple way to disable the decorator without forking collective.easyform?
Something I could declare in my policy package?

Did you try hiding with css?

/macyet

Given the "magic" cough done here


I doubt it is easy, but probably possible.

Kids, dont do this at home, Stephan was young, in need of money, and the code is 14yo. :wink:

1 Like

That should good enough, thanks.