Fix display of string lists
ClosedPublic

Authored by astippich on Dec 2 2018, 7:52 PM.

Details

Summary

toString() will output an empty string when
it is applied to a string list with more than one entry.
Add an explicit path for string lists and do the correct
join()

Diff Detail

Repository
R824 Baloo Widgets
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
astippich created this revision.Dec 2 2018, 7:52 PM
Restricted Application added a project: Baloo. · View Herald TranscriptDec 2 2018, 7:52 PM
Restricted Application added a subscriber: Baloo. · View Herald Transcript
astippich requested review of this revision.Dec 2 2018, 7:52 PM

Unfortunately I missed the deadline with this one for Applications 18.12. I don't know the exact criteria if this is acceptable for stable or not.

ngraham accepted this revision.Dec 2 2018, 8:34 PM

This doesn't add any new translated strings and fixes a bug, so I think it's appropriate to go into Applications/18.12.

This revision is now accepted and ready to land.Dec 2 2018, 8:34 PM
This revision was automatically updated to reflect the committed changes.