14 Commits

Author SHA1 Message Date
4f2b605efc add a number field
The field has three option :

- lesser or equal than. If null, this option is ignored ;
- greather or equal than. If null, this options is ignored ;
- precision : the number of decimal after the number ;
- text after the field : a text to show after the field.

The field is rendered as an HTML integer input if precision = 0, or a
symfony number field if precision > 0.

ref chill-project/Chill-CustomFields#11
2015-12-08 19:45:04 +01:00
Marc Ducobu
6af61f71dc Refactoring Resources/views/CustomFieldsRendering/choice.html.twig : indentation 2015-10-22 15:07:38 +02:00
Marc Ducobu
be759dd640 use of 'csv_cell' twig filter refs #401 2015-02-18 13:13:00 +01:00
Marc Ducobu
b40a1595c1 export raw string (no html conversion) and replace " by "" - refs #401 2015-02-18 12:41:57 +01:00
Marc Ducobu
47a9a29236 allowing csv rendering for custom fields 2015-02-17 15:01:12 +01:00
a2b3ff6d63 remove %locale% from cf choice
refs #332
2015-02-05 17:40:32 +01:00
a925533fc8 fix bug : CFChoice was not rendered correctly with _other option 2014-11-27 13:54:58 +01:00
65b8499458 take into account new lines into customfiels text
[ci skip]
2014-11-27 12:45:12 +01:00
b687e9e07d Add a 'none' text on rendering when the custom fields is empty
close #347
2014-11-20 17:35:16 +01:00
Marc Ducobu
780002bed5 Using TranslatableStringHelperTwig for displaying CustomFieldTitle 2014-11-17 12:19:32 +01:00
869bed4ac8 layout of rendering - refs # 302 2014-11-13 18:35:44 +01:00
Marc Ducobu
8fa75e2dd6 Render for title 2014-11-12 12:28:57 +01:00
bd96f36463 rendering of custom fields refs #277 [ci skip] 2014-11-11 08:44:12 +01:00
28862bbdb9 create visualisation service rers #268 2014-11-10 12:15:32 +01:00