Merge pull request #5907 from jsangmeister/fix-structured-fields
Add replacement to structured fields
This commit is contained in:
commit
5aad7e87b6
@ -133,21 +133,26 @@ user:
|
|||||||
to: committee/manager_ids
|
to: committee/manager_ids
|
||||||
|
|
||||||
# Meeting specific personal data
|
# Meeting specific personal data
|
||||||
# Replacement is te meeting id but it is not a structured relation.
|
# Replacement is the meeting id but it is not a structured relation.
|
||||||
comment_$:
|
comment_$:
|
||||||
type: template
|
type: template
|
||||||
|
replacement: meeting_id
|
||||||
fields: HTMLStrict
|
fields: HTMLStrict
|
||||||
number_$:
|
number_$:
|
||||||
type: template
|
type: template
|
||||||
|
replacement: meeting_id
|
||||||
fields: string
|
fields: string
|
||||||
structure_level_$:
|
structure_level_$:
|
||||||
type: template
|
type: template
|
||||||
|
replacement: meeting_id
|
||||||
fields: string
|
fields: string
|
||||||
about_me_$:
|
about_me_$:
|
||||||
type: template
|
type: template
|
||||||
|
replacement: meeting_id
|
||||||
fields: HTMLStrict
|
fields: HTMLStrict
|
||||||
vote_weight_$:
|
vote_weight_$:
|
||||||
type: template
|
type: template
|
||||||
|
replacement: meeting_id
|
||||||
fields: decimal(6)
|
fields: decimal(6)
|
||||||
|
|
||||||
# All foreign keys are meeting-specific:
|
# All foreign keys are meeting-specific:
|
||||||
|
Loading…
Reference in New Issue
Block a user