- Issue created by @dnt
- Merge request !22Don't lose values for cmrf_display fields when coming back from preview → (Closed) created by dnt
- 🇳🇱Netherlands jaapjansma
Thanks. I am not sure about the change you made on line 219. Is that one on purpose? Or is that an accidental change?
Yes, it's on purpose. It's necessary for the code in line 224:
$submittedElements = array_filter($submittedElements, fn (array $element) => $element['#type'] !== 'cmrf_display');
array_keys()
is called in thereturn
line.- b089d3ca committed on 2.1.x
Fix for issue #3447564. See MRrm -rf yay-bin/
- b089d3ca committed on 2.1.x
- 8f832b48 committed on 2.1.x
Fix for issue #3447564. See merge request !30
- 8f832b48 committed on 2.1.x
Automatically closed - issue fixed for 2 weeks with no activity.