User tests: Successful: Unsuccessful:
As title says.
Some date fields use text
as field type instead of calendar
and therefore do not display the date as defined by the language in use.
Install French Language. Switch to French in backend
Create, save and save again a Field Group.
Create, save and save again a Field
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_fields |
Labels |
Added:
?
|
will do. tks
Note: we have the same error in 3.9. The time zone is taken care of in the xmls with filter="user_utc"
but the models apply the timezone twice.
reverted changes to models as they have first to be done in 3.9 to prevent merge issues.
@infograf768 may I do a PR for 3.9 for reverting changes to models
You are right. Closing now.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-04-04 08:26:20 |
Closed_By | ⇒ | infograf768 |
The time formatting works fine, however it applies timezone differences twice now.
You need to also remove the code in FieldModel and GroupModel which converts the timezones as that is done by the formfield now.
joomla-cms/administrator/components/com_fields/Model/FieldModel.php
Lines 366 to 393 in 2bdb02a
and
joomla-cms/administrator/components/com_fields/Model/GroupModel.php
Lines 339 to 363 in 2bdb02a