-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG] Deleting a draft tiddler should not also delete the original tiddler #4792
Comments
Is the "more" dropdown menu available in the edit session (step 6)? Only the "delete" button on the tiddler edit toolbar is available. |
I think the real problem described in : sometimes there will be a draft of draft of a tiddler in the GG is, that it happens sometimes, there is a tiddler There is a real tiddler that is named But .. I don't have an idea, how to create a |
Thanks @morosanuae my mistake; I've corrected the OP. @pmario it's fairly difficult to create a draft of a draft. The discussion in the Google Group didn't mention how it happened but that's what would be really interesting: to find any common scenarios that have slipped through. |
@Jermolene I think the OP is a very complicated description of clicking the "Cancel" button. It does exactly what you expect. Deleting a tiddler has always been that way. Edit a tiddler and click the delete button. ... This mechanism is the same since TWc |
Yes, the correct behaviour of the delete button in edit mode should be the same as the cancel button.
TWC of course didn't have drafts. |
The consequence of the OP would be, that users need to delete the tiddler 2 times. I think that's a complete waste of time. eg:
I think that's time wasted and nothing else. The super simple solution is:
Works out of the box! |
@Jermolene wrote
I disagree. I think both the expected and intuitive behaviour is that the original and the draft is one and the same thing, just like when you "edit" something IRL. Compare entering edit mode of a tiddler to opening the hood of a car. If you delete this, then of course the original is deleted. For people trained in parallel manifestations, where new tiddlers magically pop into existance, I can see how this naive interpretation doesn't make sense but I wouldn't call separate deletion of these the "expected behaviour". (I expressed concern about this already several years ago). IF there was some king of multi-drafts / tiddler-versioning feature then it would be clear that the draft(s) is something totally different than the original. I'm not requesting this, just saying that IF-then. @pmario wrote
[At least one way] to create a Draft of tiddler:
The "Draft of" will appear as a (view mode) missing tiddler. To make this a "Draft of Draft", click edit. I suspect permaview and "Navigation Address Bar" settings are the recurring culprits when this happens since tiddlers that really are in edit mode get the red little alert. |
Drafts have the "User name for signing edits" appended to the draft's title, so multiple drafts by different usernames can exist in the same wiki. |
What about changing the confirmation prompt when deleting a draft to indicate that the original will be deleted? This would hopefully reduce the likelihood of accidental deletions without requiring users who know what they're doing to make any extra clicks. |
Describe the bug
Deleting a draft tiddler also deletes the associated original tiddler.
The original idea was that the delete operation should only be available in edit mode so as to reduce the change of accidental deletions while reading a wiki, and thus the need to delete the original tiddler as well as the draft. However, it turns out that draft tiddlers often get abandoned by users, and need to be cleaned up later. The fact that deleting such drafts also deletes the original tiddler does not match the users expectations.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Deleting a draft tiddler should not delete the associated original tiddler.
The text was updated successfully, but these errors were encountered: