bpmn-js/lib
Philipp d521b018c1 fix: reusing process when creating first participant works on redo
* during `#preExecute` of `elements.create` process is passed to `shape.create` to be reused during `#execute` (there is no `#exeute` for `elements.create` as it only executes other commands during `#preExecute`)
* process must be reused during `#execute` of `shape.create` for `#redo` to work
* refactor implementation

Closes #1439
2022-01-24 10:45:55 +00:00
..
core chore(project): es6ify source code 2018-04-03 16:32:14 +02:00
draw chore(draw): remove passing attrs for rendering (#1528) 2021-11-08 18:39:03 +01:00
features fix: reusing process when creating first participant works on redo 2022-01-24 10:45:55 +00:00
import chore(import): make root discovery future proof 2021-12-14 11:58:10 +00:00
util feat(util/ModelUtil): expose `isAny` 2021-12-14 11:58:10 +00:00
.eslintrc chore(project): detect unresolved lint rules 2018-10-26 11:18:37 +00:00
BaseModeler.js feat(lib): deprecate import.parse.complete <context> payload 2020-04-29 11:12:23 +02:00
BaseViewer.js feat: decouple DI from businessObject 2021-09-03 15:14:00 +02:00
Modeler.js feat(lib): Promisify public APIs 2020-04-29 11:12:23 +02:00
NavigatedViewer.js feat(project): provide Base{Viewer|Modeler} distributions 2019-12-11 13:28:35 +01:00
Viewer.js chore(drilldown): rename subprocess-navigation -> drilldown and document 2021-11-04 13:31:34 +00:00