-
Improvement
-
Resolution: Fixed
-
Major
-
4.4.0
-
None
-
None
-
4.4 M5
I would like a header label like this :
Année {myDate:date("Y")}
Where myDate is a datetime.
But the format on date (and other types) is not supported. We should parse needed variables without the part after :.
Ametys.form.ConfigurableFormPanel.Repeater = /\{([^\}\:]+)(\:[^\}]+)?\}/gi
- Conditionne
-
REPOSITORY-465 [RepeaterEntry] Missing method getHeaderLabel()
-
- Open
-
I have a repeater declared like following :
With type being an attribute of type 'content', and date an attribute of type 'datetime'
The JS method #getReadableValue seems to be never called, and the date is never displayed in the header label