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
PR #2046 imrproved the behaviour of insert, replace, insert-or-replace mode to load records with or without files. It addressed well the main use cases behind #2039.
However, one corner case issue remains with respect to deleting previously uploaded files:
The detailed record page shows well that there are no files attached anymore, but the file download URL still serves the file content. One would expect to get a 404 not found in this scenario.
PR #2046 imrproved the behaviour of insert, replace, insert-or-replace mode to load records with or without files. It addressed well the main use cases behind #2039.
However, one corner case issue remains with respect to deleting previously uploaded files:
The detailed record page shows well that there are no files attached anymore, but the file download URL still serves the file content. One would expect to get a 404 not found in this scenario.
Reminder of wanted behaviour:
Both when including files or when excluding files (if
-skip-files
option was used).The text was updated successfully, but these errors were encountered: