-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Writeable fields should not cause rewriting of the whole entry #834
Comments
Would it make sense to store the selected entires (which I think this particular __markedEntry means) in the metaData instead? |
The |
Metadata storing: Difficult because of referential integrity. Therefore, we keep the information in the entry. Proposal:
Decision: no action. |
Since the decision is no action, we can mark this issue as on hold and close it. |
No freeze anymore as there are no non-writable fields anymore |
When an entry is unmarked, the field
__markedentry
is removed. If all other fields are shorter, the complete entry changes as the alignment changes. I am aware that we decided that at #116. We have, however, not thought about such exceptional cases.Example:
(I know that a little bit more changed here. My database is written as BibLaTeX database).
Suggestion: Do not include non-displayable fields in the calculation of the amount of spaces to write.
Refs #574
The text was updated successfully, but these errors were encountered: