Commit Graph

6 Commits

Author SHA1 Message Date
d0afa2310d [IMP] survey_extra_fields : handle file question on page navigation
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m40s
* Show a stored file (after navigating back) the same way as a freshly
  selected one: a "filename + Remove file" chip, input hidden until removal.
* Keep the stored file when a page is re-submitted without a new selection
  (instead of overwriting it with a skipped answer).
* "Remove file" now sends a sentinel to actually delete the stored file,
  so the removal persists across navigation.
2026-06-11 10:52:59 +02:00
8a2075a3db [MIG] survey_extra_fields, survey_base : modifications to make them work in v18 2026-06-11 10:52:53 +02:00
8f235646ef [ADD] survey_extra_fields, survey_base : copy modules from v16 2026-06-10 15:38:57 +02:00
eced098fbb init 18.0 2026-03-24 14:42:53 +01:00
b63b8ba885 [IMP] survey_extra_fields: new params max_file_size and allowed_extensions for file question type
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m45s
2026-02-18 17:49:33 +01:00
0d4a91f1b7 [ADD] survey_extra_fields : file question type
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m39s
2026-02-17 15:38:51 +01:00