olivetin/frontend/resources/vue/views
jamesread e2bf82ff9c fix(#952): carry arguments when rerunning an action
The Rerun button ignored the original arguments and always started
actions with an empty argument set, so actions that take arguments
threw instead of re-running.

Rerun now reuses the arguments stored on the log entry: complete
runs restart directly, and incomplete ones (missing values, or
password / very_dangerous_raw_string fields) open the argument form
pre-filled via history.state. Justification-required actions always
re-prompt so each execution is explicitly justified.

Storable arguments are copied onto the log entry only after argument
parsing succeeds, so failed executions no longer persist arguments
that could be replayed.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-17 17:06:04 +01:00
..
ActionDetailsView.vue refactor: collapse action justification into a string template field 2026-07-06 20:36:30 +01:00
ActionExecConditionsView.vue feat: action group sizing 2026-06-18 23:33:27 +01:00
ArgumentForm.vue fix: prefix form arguments to prevent collisions with other page elements 2026-07-13 22:10:43 +01:00
DiagnosticsView.vue docs: Standardize on "Server Diagnostics", update many screenshots 2026-07-09 11:30:16 +01:00
EntitiesView.vue feat: add entity UI with list filtering and prefilled action arguments 2026-07-06 20:37:59 +01:00
EntityDetailsView.vue fix: harden checklist JSON wire format, entity pagination, and review findings across API and UI 2026-07-07 10:14:17 +01:00
ExecutionView.vue fix(#952): carry arguments when rerunning an action 2026-07-17 17:06:04 +01:00
LoginView.vue fix: Various oauth issues 2025-11-22 22:39:05 +00:00
LogsCalendarView.vue chore: calendar fixes 2026-01-10 00:04:48 +00:00
LogsListView.vue chore: fix race conditions and little bugs 2026-06-19 09:56:41 +01:00
LogsQueueView.vue feat: action group sizing 2026-06-18 23:33:27 +01:00
NotFoundView.vue chore: Port huge amount of code to OliveTin 3k 2025-08-20 00:05:40 +01:00
UserControlPanel.vue fix: Duplicate ACL rendering bug in UserControlPanel 2025-10-30 09:17:55 +00:00