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
If selecting many records to change a value using the "Bulk Edit" feature, saving/applying the changes takes a long time. Records are updated one by one. Maybe we can do a bulk write to the database instead (EntityMapperService.saveAll). Also, we may need a progress indication that informs the user this is still being applied.
The text was updated successfully, but these errors were encountered:
If selecting many records to change a value using the "Bulk Edit" feature, saving/applying the changes takes a long time. Records are updated one by one. Maybe we can do a bulk write to the database instead (EntityMapperService.saveAll). Also, we may need a progress indication that informs the user this is still being applied.
The text was updated successfully, but these errors were encountered: