mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-19 19:52:49 +00:00
Activity Reasons, Activity Reasons Category, Activity Types in Translatable strings
This commit is contained in:
@@ -8,9 +8,8 @@ Chill\ActivityBundle\Entity\ActivityReason:
|
||||
generator:
|
||||
strategy: AUTO
|
||||
fields:
|
||||
label:
|
||||
type: string
|
||||
length: 255
|
||||
name:
|
||||
type: json_array
|
||||
active:
|
||||
type: boolean
|
||||
manyToOne:
|
||||
|
@@ -8,9 +8,8 @@ Chill\ActivityBundle\Entity\ActivityReasonCategory:
|
||||
generator:
|
||||
strategy: AUTO
|
||||
fields:
|
||||
label:
|
||||
type: string
|
||||
length: 255
|
||||
name:
|
||||
type: json_array
|
||||
active:
|
||||
type: boolean
|
||||
lifecycleCallbacks: { }
|
||||
|
@@ -9,6 +9,5 @@ Chill\ActivityBundle\Entity\ActivityType:
|
||||
strategy: AUTO
|
||||
fields:
|
||||
name:
|
||||
type: string
|
||||
length: 255
|
||||
type: json_array
|
||||
lifecycleCallbacks: { }
|
||||
|
Reference in New Issue
Block a user