mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 16:05:58 +00:00
The visual app editor mirrors the typed `path` (on rename) and `summary` onto the autosaved App value so the home list / Review & Deploy can read them. Those are draft-only metadata with their own `app`-table columns — they shouldn't ride along into the deployed `app_version.value`. The Review & Deploy path already strips them (utils_draft_deploy); the direct editor deploy did not, leaving a stray `path`/`summary` in the deployed JSON (the `path` key being the exact field the draft/list queries read). Add an `appValueForDeploy` helper and apply it everywhere `$app` is used as the deploy/compare/diff value — the create/update sends, the saved baseline, the no-op deploy check, the fetched deployed value, and both diff sides — so the stored value stays clean and the no-op check stays symmetric (legacy values with a baked-in summary are stripped on both sides too). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Windmill frontend
The Windmill frontend written in Svelte 5 + Tailwind CSS
The frontend is under AGPL, see the LICENSE file at the root of this repo