codefog / contao-haste

Haste is a collection of tools and classes to ease working with Contao
http://codefog.pl/extension/haste.html
MIT License
42 stars 24 forks source link

Haste does not execute the onundo_callback #156

Closed dmolineus closed 3 years ago

dmolineus commented 3 years ago

When a project uses haste, the onundo_callback is never called. Every extension using is broken now.

qzminski commented 3 years ago

Maybe I'm missing something, but how is onundo_callback related to Haste? And why every extension is broken?

dmolineus commented 3 years ago

Haste modifies the undo button in the tl_undo dca, so not the undo action of the DC_Table is triggered but the undo feature of haste.

qzminski commented 3 years ago

Can you try 112e63b2 before I release a new version please?

dmolineus commented 3 years ago

Looks good

qzminski commented 3 years ago

Thanks, should be there in 4.24.11 :+1:

dmolineus commented 3 years ago

Thanks for the fast fix