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
Should we run mass update twice, or should we keep preview data and apply it later?
after 'Start' button is clicked, we mass update existing values and validate them using linked DataChecker. Processed data can be added to an hidden field to be applied after "Apply"
This feature should work as a Django admin action and allow updating a filtered Queryset based on the provided Regex.
How it should work:
User filters the data using standard Admin Changelist filters (program filter is always mandatory)
A page is displayed to set:
after the user clicks "Start", the system displays a preview of the changed data (before/ after)
If the user clicks "Apply", the changes are applied to the datased
If the user clicks "Back", he is redirected to the previous page
If the user clicks "Cancel," he is redirected to the Changelist page, where the selected filters are still applied.
The text was updated successfully, but these errors were encountered: