diff --git a/client/src/schema/schema.ts b/client/src/schema/schema.ts index 24f86a069f6f..ff8220128558 100644 --- a/client/src/schema/schema.ts +++ b/client/src/schema/schema.ts @@ -2269,7 +2269,7 @@ export interface components { * @default prefer_current * @enum {string} */ - simplified_workflow_run_ui_target_history?: "prefer_current" | "prefer_new"; + simplified_workflow_run_ui_target_history?: "current" | "new" | "prefer_current" | "prefer_new"; /** * Single User * @description If an e-mail address is specified here, it will hijack remote user mechanics @@ -10207,7 +10207,7 @@ export interface components { * @default prefer_current * @enum {string} */ - simplified_workflow_run_ui_target_history?: "prefer_current" | "prefer_new"; + simplified_workflow_run_ui_target_history?: "current" | "new" | "prefer_current" | "prefer_new"; /** * Single User * @description If an e-mail address is specified here, it will hijack remote user mechanics diff --git a/lib/galaxy/schema/configuration.py b/lib/galaxy/schema/configuration.py index 6a0ae9c053b1..405939b1784f 100644 --- a/lib/galaxy/schema/configuration.py +++ b/lib/galaxy/schema/configuration.py @@ -585,7 +585,7 @@ class ExposableGalaxyConfig(Model): ] = "prefer" simplified_workflow_run_ui_target_history: Annotated[ - Literal["prefer_current", "prefer_new"], + Literal["current", "new", "prefer_current", "prefer_new"], Field( title="Simplified Workflow Run Ui Target History", description="""When the simplified workflow run form is rendered, should the invocation outputs