View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 20608 | Bug reports | Survey editing | public | 2026-07-16 11:10 | 2026-07-16 11:16 |
| Reporter | riku | Assigned To | |||
| Priority | none | Severity | minor | ||
| Status | new | Resolution | open | ||
| Summary | 20608: datasecurity_notice_label is not rendered correctly with "Collapsible text" and "All in one" survey format | ||||
| Description | This is a follow up for 19852. | ||||
| Steps To Reproduce | Steps to reproduce(Replace this text with detailed step-by-step instructions on how to reproduce the issue) Expected result(Write here what you expected to happen) Actual result(Write here what happened instead) | ||||
| Tags | No tags attached. | ||||
| Bug heat | 2 | ||||
| Complete LimeSurvey version number (& build) | ? | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | |||||
| Database type & version | ? | ||||
| Server OS (if known) | |||||
| Webserver software & version (if known) | |||||
| PHP Version | ? | ||||
|
For some reason I was getting an error about "version" being invalid while submitting this bug so I will add some details here. The problem occurs due to the fact that em_tip.twig is rendered first on the page, retrieving the correct value for datasecurity_notice_label. However, on subsequent calls to setDefaultPrivacyText (for rendering privacy_datasecurity_notice_label.twig), the logic is skipped and placeholders are not replaced. Steps to reproduce
Expected result The privacy policy label placeholders are replaced with a toggle link. Actual result The placeholders are not replaced. See the attached screenshots for examples. |
|