Summary
On the projection detail page, clicking Pause shows a confirmation dialog, but confirming it has no observable effect. No backend command appears to be sent and the UI state does not change.
Steps to reproduce
- Open a projection detail page, e.g.
/projections/Zorgdeclaraties/claim_lines:V9:All.
- Click the Pause button.
- A confirmation dialog appears: "This will pause claim_lines. The projection will stop processing events until restarted. Continue?"
- Click Continue to confirm.
Expected
- A command/request is sent to the backend to pause the projection shard.
- The projection State and/or Mode reflect the paused status.
- The Pause button toggles to Resume.
Actual
- Nothing observable changes after confirming.
- State remains
Orphaned.
- Mode remains
Continuous.
- The Pause button does not toggle to Resume.
Technical detail
- Network: No REST/API request is fired when confirming the Pause action (verified by inspecting the network tab during the action).
- Console: No errors are logged. Only unrelated Element Plus deprecation warnings are present (
el-radio label, el-link underline).
- The "Last Updated" timestamp advancing appears to be the periodic SignalR refresh, not a result of the Pause action.
Notes
The same behavior likely affects Restart and Rebuild as well; tracked separately.
Summary
On the projection detail page, clicking Pause shows a confirmation dialog, but confirming it has no observable effect. No backend command appears to be sent and the UI state does not change.
Steps to reproduce
/projections/Zorgdeclaraties/claim_lines:V9:All.Expected
Actual
Orphaned.Continuous.Technical detail
el-radiolabel,el-linkunderline).Notes
The same behavior likely affects Restart and Rebuild as well; tracked separately.