37 Commits

Author SHA1 Message Date
5ea0126a03 autowire+autoconfigure service to avoid container error with parameter_bag + add dep injection + comment debug 2021-02-08 15:46:45 +01:00
4f90561362 Replace deprecated extends Controller by AbstractController 2021-02-01 18:17:33 +01:00
9f54665836 resolving deprecated private service injection on commands classes 2021-01-26 13:46:58 +01:00
a38208f5cf fix sf4 deprecated: remove choices_as_values form option 2020-07-22 17:05:24 +02:00
nobohan
1eeee615a3 use fqcn in getRepository method 2018-04-16 10:41:23 +02:00
nobohan
c8f53e6472 fix deprecations: use fqcn and other deprecated properties 2018-04-05 17:09:01 +02:00
nobohan
4c4f4b5ca7 fix deprecations: use fqcn 2018-04-05 15:23:29 +02:00
nobohan
762bb777c3 fix deprecations: use fqcn 2018-04-05 13:54:12 +02:00
nobohan
7eeaec7047 fix deprecations: use fqcn for FormType 2018-04-05 12:21:06 +02:00
nobohan
23dd4ec48b fix deprecations: use choices_as_values=true and flip content of the choice options 2018-04-04 17:50:23 +02:00
nobohan
b84ee91652 fix deprecations: use fqcn instead of 'choices' 2018-04-04 15:55:45 +02:00
nobohan
ac9325a7f2 fix deprecations: use fqcn for submit and hidden types. 2018-04-04 11:54:23 +02:00
c9ca7c1e1b fix creation of custom field without cfgroup id 2015-11-30 21:31:58 +01:00
2401270754 add flash message for custom fields group 2015-11-27 14:29:38 +01:00
46173231d2 adding flash messages for customfield 2015-11-27 14:18:19 +01:00
cbf9cee65c clean code of usnused methods 2015-11-27 13:51:36 +01:00
b96076022f [wip] layout of custom field edition
[ci skip]
2015-11-25 08:45:17 +01:00
cbcc722c0d remove the field "customFieldsGroup" on custom field creation
The customFieldsGroup field is hidden when creating a new customFields.

The customFieldsGroup is retrieved from the url (`customFieldsGroup` value in the URL).

This should ease the task for administrator and be consistent with the UI which group customFields into customFieldsGroup.
2015-11-08 21:18:03 +01:00
421f54e194 remove code for custom fields default group CRUD
The CRUD of default groups is handled now by the custom fields index page. The CRUD is not necessary.
2015-11-08 18:52:28 +01:00
3e23c1f156 show options in show view 2015-11-08 18:47:16 +01:00
0dcf2c33f0 create custom fields default group from new layout 2015-11-08 17:59:43 +01:00
41c47df0c3 remove delete action and form 2015-11-07 09:56:28 +01:00
e1435d0883 fix form to jump to create a custom field 2015-11-07 09:38:12 +01:00
043f5a1eaf fix show page 2015-11-05 23:49:22 +01:00
9d65ca5088 layout of index page for customfieldsgroup
- add a "default" column (according to chill-project/custom-fields#3 )
- translation
2015-10-31 17:55:10 +01:00
Marc Ducobu
e2c1a9bb9f Adding customfileds config in the Admin section menu 2015-10-30 10:36:27 +01:00
Marc Ducobu
20ba768e43 Renaming template for custom field group 2015-09-30 13:27:59 +02:00
3707b08aee remove entities for testing purpose - clean code
fix #259
2015-01-22 09:50:53 +01:00
Marc Ducobu
f702d76e68 Adding CustomFieldsDefaultGroup Entity for specifying that a group is a default group ref #307 2014-11-17 17:59:06 +01:00
Marc Ducobu
bd77964c07 Refactoring Controller/CustomFieldGroupController.php : removing useless 'use Chill\CustomFieldsBundle\Form\CustomFieldGroupType' 2014-11-17 17:21:56 +01:00
Marc Ducobu
1f7f5cf575 Refactoring Controller/CustomFieldController.php : removing useless 'use Chill\CustomFieldsBundle\Form\CustomFieldType' 2014-11-17 17:20:39 +01:00
Marc Ducobu
d819ff0ba1 Removing DefaultController 2014-11-11 14:34:33 +01:00
28862bbdb9 create visualisation service rers #268 2014-11-10 12:15:32 +01:00
952d70f049 choice with other + some development tips 2014-11-10 11:25:54 +01:00
8b71a9e7cf rename service name chill.custom_field_compiler to chill.custom_field.provider 2014-11-08 12:02:12 +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