Actions
Feature #36261
openACS - Handle bulk tasks better in the UI
Description
On the ACS index page, when a bulk task is started, the API returns as soon as the bulk task is planned without waiting for child tasks to get planned. As a result, the reloaded page may not have an indication of a background task against individual ACSs.
Handle this case better by modifying the UI state alone looking at which ACSs were passed to the bulk task and display a running icon even when API doesn't return a running task against those ACSs.
Actions