- First commit to issue fork.
- Merge request !76633083926 - required error when default image is set - error fixed by ANANDT846 → (Open) created by Anandt846
- Status changed to Needs review
7 months ago 7:14am 23 April 2024 - 🇮🇳India Anandt846
The problem arose because:
- The validator expected the field to have the default file fid in ['#default_value']['fids'].
- However, the default image was found in ['#default_image']['fid'] but not in ['#default_value']['fid'].
To rectify the issue:
- The default image file fid needs to be present in ['#default_value']['fids'].
- Status changed to Needs work
7 months ago 11:17am 23 April 2024 - 🇮🇳India divya.sejekan
Issue is reproducible . But the MR has issue , so moving it to need work.