mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +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: { }
|
||||
|
@@ -1,4 +1,4 @@
|
||||
activitytype:
|
||||
chill_activity_activitytype:
|
||||
path: /{_locale}/admin/activitytype/
|
||||
defaults: { _controller: "ChillActivityBundle:ActivityType:index" }
|
||||
options:
|
||||
|
@@ -1,4 +1,7 @@
|
||||
services:
|
||||
# chill_activity.example:
|
||||
# class: Chill\ActivityBundle\Example
|
||||
# arguments: [@service_id, "plain_value", %parameter%]
|
||||
chill.activity.form.type.translatableactivityreasoncategory:
|
||||
class: Chill\ActivityBundle\Form\Type\TranslatableActivityReasonCategory
|
||||
arguments:
|
||||
- "@request_stack"
|
||||
tags:
|
||||
- { name: form.type, alias: translatable_activity_reason_category }
|
Reference in New Issue
Block a user