- last update
over 1 year ago 30,289 pass, 4 fail - last update
over 1 year ago 29,268 pass, 2 fail - last update
over 1 year ago 29,300 pass - last update
over 1 year ago 30,322 pass - Status changed to Needs review
over 1 year ago 4:09pm 21 April 2023 - Status changed to Needs work
over 1 year ago 11:17pm 22 April 2023 - 🇺🇸United States smustgrave
As a bug this will need test coverage.
Also since we are adding a new configuration "hide_for_empty" think we may need an upgrade path.
Definitely a change record for the new setting though.
- First commit to issue fork.
- Merge request !5111Issue #3067982 by _utsavsharma, kksandr: added the ability to display empty fields using formatters → (Open) created by Unnamed author
- last update
about 1 year ago 30,434 pass I've replaced the latest patch with a merge request (with some fixes).
- 🇳🇿New Zealand quietone
Fixes are made on on 11.x (our main development branch) first, and are then back ported as needed according to our policies. Also, 10.2 is in security mode now.
- 🇷🇴Romania bbu23
Was previously using patch from #30.
After upgrading to 10.3.2, tried patch from #42. Didn't work, the values were not being saved.After evaluating the differences between the three, #43 has the schema definition at formatter level and uses the config from the formatter key. #30 which was previously working, also uses the config from the formatter key.
#42 and the MR have the schema one level higher. Because of this, the values don't get saved.
Patch #43 works as expected.