-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to save diagram ("There currently is no content on the canvas") #121
Comments
This seems like a genuine Bug. |
Ok that's interesting. SVG export works (😊). But when I open that SVG in (another) Domain Story Modeller I get a blank page with just the title (😔). EDIT: to clarify, when I say SVG export works, I mean that when I open the SVG with an SVG viewer (I used LibreOffice Draw here) I can see the diagram. |
DId you locally install via npm install or via npm ci? The underlying Framework we use has changed their elementRegistry by introducing a new Layer between the root and the actual diagram in a patch-version. I do not think, that in this case it is possible to extract the domainstory from the elementregistry due to this error. |
I downloaded the .zip from here: https://github.com/WPS/domain-story-modeler/releases , and unpacked it. I did not use npm at any point. |
The release then seems to have an error. For now I would reccomend using the 1.3.0 release-version. The only difference is the toggle for png and svg-export to export without the title of the domainstory. |
Ok thank you! Probably we keep this issue open then, until you release a patch? |
Will do |
Fixed the issue with a new Version 1.3.2 and also updated the 1.3.1 zip file to have a funcitoning version |
Hello,
I have a diagram with a dozen items in the local modeler (i.e. URL is
file:///.../index.html
). I originally opened a diagram made by someone else with the "Import story from file" button, made some changes, and when trying to save with the "Export story as .dst file", Domain Story Modeller pops a dialog saying that "There currently is no content on the canvas. Without content the canvas cannot be exported."Export as png works fine, but I would like to keep my changes in case I need to make further changes in the future.
I'm using version 1.3.1 on Firefox 103.0.1 on Windows.
Is there a way (maybe by typing some commands in the JS Console) I could recover the diagram? I've been saying "No" to Firefox AND Windows both wanting to restart for upgrades for now, but I will have to close the browser at some point :)
Thank you!
The text was updated successfully, but these errors were encountered: