-
Notifications
You must be signed in to change notification settings - Fork 18
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
Warn users of uncommitted data in Data Store #1219
Labels
Milestone
Comments
PiispaH
pushed a commit
to spine-tools/spine-items
that referenced
this issue
Dec 8, 2023
Now when a db map has uncommitted changes, all Data Stores that share that same db map will show a notification about the dirtiness of that Data Store. Edge cases that should now be covered (and come to mind...): - If more than one DS points to the same db map, all DSs pointing to that should be notified if the db map is dirty. - Everything should still work after renaming a DS Re spine-tools/Spine-Toolbox#1219
PiispaH
pushed a commit
that referenced
this issue
Dec 8, 2023
Now when a db map has uncommitted changes, all Data Stores that share that same db map will show a notification about the dirtiness of that Data Store. Edge cases that should now be covered (and come to mind...): - If more than one DS points to the same db map, all DSs pointing to that should be notified if the db map is dirty. - Everything should still work after renaming a DS Re #1219
PiispaH
pushed a commit
to spine-tools/spine-items
that referenced
this issue
Dec 12, 2023
This was referenced Dec 12, 2023
PiispaH
pushed a commit
to spine-tools/spine-items
that referenced
this issue
Dec 12, 2023
PiispaH
pushed a commit
to spine-tools/spine-items
that referenced
this issue
Dec 18, 2023
PiispaH
pushed a commit
that referenced
this issue
Dec 19, 2023
PiispaH
pushed a commit
to spine-tools/spine-items
that referenced
this issue
Apr 12, 2024
PiispaH
pushed a commit
that referenced
this issue
Apr 12, 2024
PiispaH
pushed a commit
to spine-tools/spine-items
that referenced
this issue
Apr 12, 2024
PiispaH
pushed a commit
to spine-tools/spine-items
that referenced
this issue
Apr 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
As discussed in #1218, users could be warned if their databases contain uncommitted data. One idea was that Data Store's exclamation mark could be used for this purpose.
The text was updated successfully, but these errors were encountered: