Skip to content

Commit efcea45

Browse files
author
Steven Weingärtner
committed
fix: add missing founded date for organisations
1 parent 0f66709 commit efcea45

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed
Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{{#>../shared/overviewLayout}}
2-
{{#*inline 'attributes'~}}
3-
{{~>../shared/detailRow value=data.system.snapshot.type label='shared.labels.type' }}
4-
{{~>../shared/detailRowArray references=data.system.snapshot.parents type='organisation' label='shared.labels.parent' }}
5-
{{~>../shared/detailRow value=data.system.snapshot.location_id type='location' label='shared.labels.location' reference=true }}
2+
{{#*inline 'attributes'~}}
3+
{{~>../shared/detailRow value=data.system.snapshot.type label='shared.labels.type' }}
4+
{{~>../shared/detailRowArray references=data.system.snapshot.parents type='organisation' label='shared.labels.parent' }}
5+
{{~>../shared/detailRow value=data.system.snapshot.location_id type='location' label='shared.labels.location'
6+
reference=true }}
67

7-
{{~#each (kankaFilterBy (kankaFilterReferences data.system.snapshot.members) 'pin_id' 'regex:^(2|3)$') as | starred | ~}}
8-
{{~>../shared/detailRow value=character_id type='character' rawLabel=role label='organisation.labels.member_name' reference=true isSecret=(kankaIsSecret this) }}
9-
{{~/each~}}
10-
{{~/inline}}
8+
{{#with (lookup (kankaFilterBy (kankaFilterAccessible data.system.snapshot.entity_events) 'type_id' 5) 0) }}
9+
{{~>../shared/detailRow value=date label='location.labels.founded' isSecret=(kankaIsSecret this) }}
10+
{{/with}}
11+
12+
{{~#each (kankaFilterBy (kankaFilterReferences data.system.snapshot.members) 'pin_id' 'regex:^(2|3)$') as | starred |
13+
~}}
14+
{{~>../shared/detailRow value=character_id type='character' rawLabel=role label='organisation.labels.member_name'
15+
reference=true isSecret=(kankaIsSecret this) }}
16+
{{~/each~}}
17+
{{~/inline}}
1118
{{/../shared/overviewLayout}}

src/lang/de.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ KANKA:
145145
member_name: Mitglied
146146
member_role: Rolle
147147
member_status: Mitgliedsstatus
148+
founded: Gegründet
148149
value:
149150
membership_active: Aktiv
150151
membership_inactive: Inaktiv

src/lang/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ KANKA:
146146
member_name: Member
147147
member_role: Role
148148
member_status: Membership status
149+
founded: Founded
149150
value:
150151
membership_active: Active
151152
membership_inactive: Inactive

0 commit comments

Comments
 (0)