- Issue created by @ressa
- πΊπΈUnited States apmsooner
Hi, is there a particular display where you are seeing this behavior? Empty fields generally will not be displayed as there is already a check that looks for value = null or empty string and would just skip over it in those cases.
- π©π°Denmark ressa Copenhagen
Thanks for a fast response! I found the reason for this behaviour: The data is from a migration, and I had a closer look. I tried creating an extra entry manually, and after saving the node, all is well, and all empty field labels are now skipped ...
Taking a close look at the source, I realized that there were some dirty data, with lingering
\n
's, like this"journal_comment": "\n"
. I suppose the saving of the node got rid of this lingering character, cleaning up the field. After removing it, all is well, sorry for the noise. I guess the lesson I take home is to make sure the foundation (the data) is as clean as can be. Have a great day, and thanks for creating an awesome module. - πΊπΈUnited States apmsooner
Oh good to hear! Thanks so much for the encouragement and suggestions.