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
|
||||
|
||||
# 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_$:
|
||||
type: template
|
||||
replacement: meeting_id
|
||||
fields: HTMLStrict
|
||||
number_$:
|
||||
type: template
|
||||
replacement: meeting_id
|
||||
fields: string
|
||||
structure_level_$:
|
||||
type: template
|
||||
replacement: meeting_id
|
||||
fields: string
|
||||
about_me_$:
|
||||
type: template
|
||||
replacement: meeting_id
|
||||
fields: HTMLStrict
|
||||
vote_weight_$:
|
||||
type: template
|
||||
replacement: meeting_id
|
||||
fields: decimal(6)
|
||||
|
||||
# All foreign keys are meeting-specific:
|
||||
|
Loading…
Reference in New Issue
Block a user