-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Reproduce:
- Open https://camunda.org/dmn/demo-stage/ and start modeling so that the download button is enabled
- drop another table from the filesystem into the browser tab
- new table is correctly displayed
- press download button without performing any changes on the table
Expected:
- displayed table is downloaded
Observed:
- old table is downloaded
—
HINT: In the demo, the download xml is updated whenever a change on the commandstack occurs. This is not the case when the table is replaced entirely. It may also be interesting to look at the commandStack after such a replacement (i.e. undoing operations that refer to an old table)
Also: It would be nice if there is some kind of confirmation dialog before replacing the table with the new file (like when you try to close the tab after making changes to the table)