User tests: Successful: Unsuccessful:
Pull Request for Issue #28386 .
Add an exception for calendar fields when we do a reload (for example on category change) and if the data validation fails.
In both cases we iterate thru all form fields and check for the field type Calendar, if found we use the filter data for the saved session data.
Do the same as in test one but add invalid field content
Same date as before
Date fields get changed by timezone offset after every save/reload
no
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
you don't need to create a custom field
Ok you have to add a custom field ;-)
I have tested this item
I have tested this item
Tested successfully, followed your testing instructions.
Status | Pending | ⇒ | Ready to Commit |
RTC
@HLeithner We just were pointed by @laoneo in the Glip chat to an old PR #17859 . Reading that it seems to me that it solves the same issue than this one. Could you both check that? I will later when I have enough time check the other PR, too.
Hmm, it seems when backend language is Persian and website time zone is not UTC, there is still an issue with all datetime fields in the Published tab are empty after having changed the category.
With both PR #17859 and this one here applied together this is solved, and all is fine with any website time zone and with any backend language.
Yes, we need both PR's, that one and this here, to be really safe in Persian with time zone not UTC.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-04-14 14:55:58 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
?
|
Thanks
hmm, wasn't plan to merge my own pr... anyway pr is needed and there was no better solution yet
@HLeithner As far as I did read in the issue, it needs to create a custom field for articles to reproduce the issue with reload on category change. I've just checked and can reproduce the issue only when having that custom field. Could you update your testing instructions accordingly, i.e. just add a step "Create a custom field of any type for articles" or so between the 1st and the 2nd step of the first test?