Skip to content

Commit

Permalink
Revert "Quick setup: fix incorrect DataOrigin for recaps"
Browse files Browse the repository at this point in the history
This reverts commit 1c43a78.

Change-Id: I98cd3e2a2ee966db95a323e9c6fb5b3e3035b396
  • Loading branch information
loocars committed Oct 22, 2024
1 parent 8fbef13 commit 6196afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmk/gui/quick_setup/v0_unstable/predefined/_recaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def recaps_form_spec(
form_spec=serialize_data_for_frontend(
form_spec=quick_setup_formspec_map[form_spec_id],
field_id=form_spec_id,
origin=DataOrigin.FRONTEND,
origin=DataOrigin.DISK,
do_validate=False,
value=form_data,
),
Expand Down

0 comments on commit 6196afb

Please sign in to comment.