Refine survey editor workflow and publication handling

This commit is contained in:
Jürgen Mummert
2026-05-29 10:19:19 +02:00
parent 6bbded4181
commit 1174410c1b
40 changed files with 1121 additions and 335 deletions
+16 -2
View File
@@ -3,15 +3,18 @@ survey:
login_required: "This area uses the regular Contao member login. Please place the module on a protected page or provide a separate login page."
create: "Create new survey"
delete: "Delete"
delete_confirm: "Delete this survey? This will permanently remove all questions, answers, and results as well. Alternatively, you can simply switch the survey to unpublished."
delete_confirm: "Delete this survey? This will permanently remove all questions, answers, and results as well. Alternatively, you can simply deactivate the survey temporarily."
delete_confirm_second: "Are you really sure?"
published: "published"
draft: "Draft"
locked: "locked"
active: "active"
inactive: "inactive"
questions: "%count% questions"
participations: "%count% participations"
edit: "Edit"
public_view: "Public view"
draft_view: "Draft view"
show_results: "Show results"
empty: "There is currently no survey assigned to the logged-in member."
edit:
@@ -36,9 +39,16 @@ survey:
published: "published"
draft: "draft"
locked: "locked"
structure_locked: "The survey structure is locked because answers already exist. Master data can still be maintained, but the flow and questions can no longer be changed."
structure_locked: "The questions of this survey are locked because the survey was published or first participations already exist. The metadata can still be maintained."
published_readonly: "This survey is published. Frontend editing is therefore disabled. Changes are still possible in the backend."
metadata: "Survey metadata"
publish_survey: "Publish survey"
publish_help: "Publish survey. No further changes will be possible afterwards."
publish_confirm: "Are you really sure? After the survey has been published, no further changes will be possible!"
deactivate_survey: "Temporarily deactivate survey"
activate_survey: "Reactivate survey"
deactivate_help: "The published survey is temporarily taken offline. Questions remain locked."
activate_help: "The published survey is made publicly reachable again. Questions remain locked."
save: "Save"
save_metadata: "Save metadata"
save_this_question: "Save this question"
@@ -107,7 +117,11 @@ survey:
question_progress: "Question %current%"
answer_flow_hint: "This answer is used directly for the further flow."
current_value: "Current value"
back: "Back"
next: "Next"
preview_badge: "Draft"
preview_notice: "This is a draft view. Answers can be tested, but they will not be stored."
preview_thanks_text: "The test run is complete. Answers were not stored."
results:
no_description: "No description available."
completed_submissions: "%count% completed participations"