add-salut-and-title-to-person #25

Merged
hsh-marcsandlus merged 6 commits from add-salut-and-title-to-person into master 2024-04-08 10:28:10 +02:00
No description provided.
hsh-marcsandlus added 2 commits 2024-03-21 10:19:16 +01:00
hsh-michaelhoennig reviewed 2024-03-21 10:20:43 +01:00
@ -55,3 +63,3 @@
public String toShortString() {
return personType + " " +
(!StringUtils.isEmpty(tradeName) ? tradeName : (familyName + ", " + givenName));
(!StringUtils.isEmpty(tradeName) ? tradeName : (StringUtils.isEmpty(salutation) ? "" : salutation + " ") + (familyName + ", " + givenName));

hier nicht, der soll so kurz wie möglich sein

hier nicht, der soll so kurz wie möglich sein
hsh-michaelhoennig marked this conversation as resolved
hsh-michaelhoennig added 2 commits 2024-04-08 10:14:37 +02:00
hsh-michaelhoennig added 1 commit 2024-04-08 10:17:08 +02:00
hsh-michaelhoennig added 1 commit 2024-04-08 10:22:15 +02:00
hsh-marcsandlus scheduled this pull request to auto merge when all checks succeed 2024-04-08 10:25:34 +02:00
hsh-timotheuspokorra approved these changes 2024-04-08 10:27:33 +02:00
hsh-timotheuspokorra left a comment
Member

sieht gut aus

sieht gut aus
hsh-marcsandlus merged commit 896968e110 into master 2024-04-08 10:28:10 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#25
No description provided.