Problem/Motivation
The last address component separator (e.g. comma) is visible.
Company Street 1 City, 30-000 Poland Jan Nowak,
Proposed resolution
Hide the separator for the last component.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3103360-5.patch | 6.63 KB | krzysztof domański |
| #5 | interdiff-4-5.txt | 1.75 KB | krzysztof domański |
| #4 | 3103360-4.patch | 6 KB | krzysztof domański |
| #4 | 3103360-test-only.patch | 4.77 KB | krzysztof domański |
| #3 | add_remove_glue.png | 24.87 KB | khusingh |
Comments
Comment #2
lamp5Good point @Krzysztof Domański. Could you provide the solution??
Comment #3
khusingh commentedThis is not a bug. Module is already providing feature to add / remove comma separator.
Steps :
Please refer attachment add_remove_glue for more clarification.
Comment #4
krzysztof domański@khusingh Thanks for your help in this issue.
This is a bug when we need a separator before the last optional element.
I want a comma between family_name and organization.
address_line1 locality, Poland given_name family_name, organizationI want organization to be optional.
address_line1 locality, Poland given_name family_name,I want to hide the separator if the optional element is empty.
address_line1 locality, Poland given_name family_nameComment #5
krzysztof domańskiDelete duplicate condition, because it was used elsewhere.
Comment #7
lamp5