Add replacement to structured fields
This commit is contained in:
parent
21338d20c8
commit
42b590c9f0
@ -132,21 +132,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