Closed juzen2003 closed 4 years ago
Actually the problem with not showing an error is not just with add all. If you add 10,000 observations and then try to add a single more using the normal "add cart" feature, the backend gives an error return but the UI hangs.
Note: before performing add all, if the result count in browse tab is larger than MAX_SELECTIONS_ALLOWED, we will pop out the warning modal, else we will pop out a confirm modal (with result count info in browse tab) to confirm the add all action.