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
Adding keep_archived_assets to the site config on an existing site with archived files leads to this behaviour:
Files are shown in the File tab of Archive section.
Newly archived files have a restore button.
Old archived files:
do not have a restore button
their save button is disabled.
They have back and next record buttons
Clicking the next button, and then back buttons leads to the save button being enabled, and the url is now changed
From list, with save disabled:
admin/archive/SilverStripe-Assets-File/EditForm/field/Files/item/739/view
After navigating with back next:
admin/archive/SilverStripe-Assets-File/EditForm/field/Files/item/739
The ability to save not-kept files confusing our users and allows errors:
When we save an old file, it gets removed from the Archive/Files list. Since the file is not recoverable, we get an error when we try to publish the file.
it then gives a new error when trying to rearchive it.
Module version(s) affected
2.2.1
Description
Adding keep_archived_assets to the site config on an existing site with archived files leads to this behaviour:
Clicking the next button, and then back buttons leads to the save button being enabled, and the url is now changed
From list, with save disabled:
admin/archive/SilverStripe-Assets-File/EditForm/field/Files/item/739/view
After navigating with back next:
admin/archive/SilverStripe-Assets-File/EditForm/field/Files/item/739
The ability to save not-kept files confusing our users and allows errors:
it then gives a new error when trying to rearchive it.
How to reproduce
Possible Solution
dont show the back next buttons
Additional Context
No response
Validations
silverstripe/installer
(with any code examples you've provided)The text was updated successfully, but these errors were encountered: