Feature(s) impacted
User interface
Observed behavior
Usually after running a smart action, the data on the page (such as a segment that has been updated based on the underlying smart action code) would immediately reload. Since some time last week, some of our smart actions are execution without triggering a “refresh” of the data on the collection that the smart action was run on. Its only happening on certain smart actions, and we have noticed that it is the faster running smart actions that are not triggering the reload, but this could be a coincidence.
Expected behavior
The page should reload the collection data (in this case, certain records should no longer be visible on the page as their statuses would have been updated by the smart action). Manually triggering a reload successfully removes them from the displayed rows.
Failure Logs
Nothing - but examining the browser network console confirms that the reload is not taking place.
Context
- Project name: Bridgement.1
- Team name: Operations
- Environment name: Production
- Agent type & version: “forest-express-sequelize”: “^9.2.5”, “sequelize”: “6.29.0”
- Recent changes made on your end if any: N/A