Files
upaas/internal
clawbot fd836b9210
All checks were successful
Check / check (pull_request) Successful in 3m40s
fix: pass notification settings from create form to service
HandleAppCreate was not reading docker_network, ntfy_topic, or
slack_webhook form values, so these fields were silently dropped
during app creation. The app_new.html template had the form fields,
and CreateAppInput/CreateApp already supported these fields, but the
handler never passed them through.

Also adds these values to the template re-render data so they are
preserved if a validation error occurs during creation.
2026-03-06 03:41:36 -08:00
..