You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Issue
Entries that have the 'invalid' tag (i.e. invalid == "TRUE") do not have this flag saved during entry removal. Also, its not possible to auto-reapply it during automatic loading of deleted entries.
##Issue
Entries that have the 'invalid' tag (i.e. invalid == "TRUE") do not have this flag saved during entry removal. Also, its not possible to auto-reapply it during automatic loading of deleted entries.
Details / Possible Solutions
Saving invalid flag on entry removal
In clean_archives, the code should be updated to:
Reapplying flag
Related to #94
Will need to update the import_deleted_entries.R to match the main.R or shiny app import argument that needs to be added.
The text was updated successfully, but these errors were encountered: