Segfault when redoing a change in Data Transformer spec
spine-o-bot opened this issue · 3 comments
spine-o-bot commented
In GitLab by @manuelma on Oct 24, 2020, 22:37
In latest dev.
- Create a Data Transformer and two specifications.
- Change the spec in the DT
- Undo and then redo. Toolbox crashes with a segfault.
I suspect this has something to do with DataTransformer
overriding ProjectItem._specification
and ProjectItem.set_specification
.
spine-o-bot commented
spine-o-bot commented
spine-o-bot commented
In GitLab by @manuelma on Oct 24, 2020, 23:05
Fixed by above commit.