support icon indicating copy to clipboard operation
support copied to clipboard

`STM` buggy when used with `NestedEvents` feature

Open chuckn0rris opened this issue 10 months ago • 1 comments

Forum post

https://bryntum.com/products/schedulerpro/examples/nested-events-configuration/

Enable STM using config for ProjectModel

stm : { autoRecord : true }

Drag and drop event, call in console

schedulerPro.project.stm.undo()

See: nothing happened.

Try to create new event using dnd. See error in console

Screenshot 2024-04-15 at 15 37 11

chuckn0rris avatar Apr 15 '24 13:04 chuckn0rris

Prioritized by Mats request

canonic-epicure avatar Apr 21 '24 04:04 canonic-epicure

Need to also explicitly enable stm, to make it work, just having autoRecord : true is not enough (see https://github.com/bryntum/support/issues/8994). Also can not reproduce the exception after undoing drag create. Probably these 2 were fixed.

I'll be checking also the test cases from user.

canonic-epicure avatar Jul 02 '24 09:07 canonic-epicure