Actions
Bug #23510
closedError when fetching available subscription quantities shouldn't block quantity editing
Description
At the moment when the subscription table is switched to quantity editing mode, it automatically fetches available quantities from upstream subscriptions. The UI displays a spinner and hides the edit inputs until quantities are loaded. When there's an error in the request, it's reported in a message but spinners block editing forever.
Expected behavior:
Server side error while fetching available quantities should just hide the "Max %s" message and not block editing.
Actions