d486676011
add 'custom_fields_group_linked_custom_fields' type
...
The type create a choice field with, as choices, the custom fields depending of a customFieldGroup.
The type can only be appended to customFieldsGroupType.
2015-02-24 22:29:20 +01:00
0cecb67645
fix form for new custom group
...
If the CustomFieldGroup->getEntity is not set, the form for creation throw an error
2015-02-24 21:54:40 +01:00
0c2b5f3fb4
Add column option, definition in config & adapt form
...
Exemple for configuration :
```
chill_custom_fields:
customizables_entities:
-
class: Chill\ReportBundle\Entity\Report
name: ReportEntity
options:
summary_fields: {key: abc, form_type: text, form_options: { required: false }}
```
2015-02-24 21:15:02 +01:00
960ba13555
remove unused form type
2015-02-24 16:58:35 +01:00
a2b3ff6d63
remove %locale% from cf choice
...
refs #332
2015-02-05 17:40:32 +01:00
Marc Ducobu
b5bf383005
Allow to customize the 'other value' statement in CFChoice - close #361
2014-11-26 18:49:24 +01:00
aa16bdcbb9
Add a label "other value" on the _other option, fix #323
...
[ci skip]
2014-11-14 12:14:08 +01:00
Marc Ducobu
f02d9ff098
Refactoring useless return line
2014-11-13 21:29:01 +01:00
952d70f049
choice with other + some development tips
2014-11-10 11:25:54 +01:00
Marc Ducobu
43384a564c
Adding CustomFieldsGroupToIdTransformer.php
2014-11-08 18:16:35 +01:00
Marc Ducobu
52b7045cc3
Merge branch 'master' of git://github.com/Chill-project/CustomFields
...
Conflicts:
Resources/config/services.yml
2014-11-08 15:21:01 +01:00
Marc Ducobu
1747ba5f0d
Adding Title for Custom Field
2014-11-08 15:19:30 +01:00
Marc Ducobu
a748fd6693
CFGroup - Lanuguage
2014-11-08 15:15:31 +01:00
7daa1a240e
add testing for customfield, correcting request injection
2014-11-08 15:07:15 +01:00
99a88e8705
add customfield text + fix options in custom fields
2014-11-08 11:55:59 +01:00
8011746b26
move bundle to root dir for inclusion in packagist refs #259
2014-11-04 17:10:59 +01:00