Save default container selection on setup.

Save the default container selection to the config, so it gets persisted
even
if people don't change anything in the UI. Without this any change to
the
defaults would be applied to existing instances.

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>

AI-assistant: Copilot v1.0.69 (Claude Sonnet 4.6)
This commit is contained in:
Pablo Zmdl
2026-07-09 15:15:30 +02:00
parent 8bc241bfc8
commit 4e03393d53
6 changed files with 55 additions and 3 deletions
@@ -19,6 +19,11 @@ jobs:
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Run Playwright test for persisted defaults
env:
TEST_CODE_FROM_IMAGE: yes
run: ./php/tests/run.sh ./php/tests/tests/persist-default-config.spec.js
- name: Run Playwright tests for initial setup
env:
TEST_CODE_FROM_IMAGE: yes