Summary
On the projection detail page, clicking Restart 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 Restart button.
- A confirmation dialog appears: "This will restart claim_lines. Continue?"
- Click Restart to confirm.
Expected
- A command/request is sent to the backend to restart the projection shard.
- The projection State reflects the restart (e.g. transitions through a running/active state).
Actual
- Nothing observable changes after confirming.
- State remains
Orphaned.
- Mode remains
Continuous.
- Current Sequence is unchanged.
Technical detail
- Network: No REST/API request is fired when confirming the Restart 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).
Related
Same root cause as the Pause action (#18) and the Rebuild action — none of the three projection action buttons issue a backend command.
Summary
On the projection detail page, clicking Restart 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).Related
Same root cause as the Pause action (#18) and the Rebuild action — none of the three projection action buttons issue a backend command.