Skip to content
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

POV selection changes if character is deleted and a new one is added #808

Closed
BorisRabit opened this issue Oct 13, 2020 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@BorisRabit
Copy link

Happened in both single file projects and folder based. If a character is selected for a section from the POV dropdown in the outline, this character's ID number appears to be associated with that section, readable in a text editor. If that character is then deleted, the reference to that ID number still exists for that section.

If a new character is created, it ends up with the now unused ID number, and now the POV shows as if that new character was the choice for that section in the outline.

Can Manuskript be made not to reuse ID numbers of deleted characters, or to delete the character ID reference from the section when the character is removed?

@TheJackiMonster
Copy link
Collaborator

or to delete the character ID reference from the section when the character is removed?

Yes, this should be possible. I have added a feature with a similar check not long ago.

@TheJackiMonster TheJackiMonster self-assigned this Feb 21, 2021
TheJackiMonster added a commit that referenced this issue Nov 30, 2021
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
@TheJackiMonster TheJackiMonster added this to the 0.13.0 milestone Nov 30, 2021
@TheJackiMonster
Copy link
Collaborator

The issue has been fixed with commit 77eee85 for the next release (0.13.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants