Page 1 of 2

Can't save products on iPad

Posted: 02 Dec 2019, 12:49
by webshade
On an iPad it's not possible to save products because it's struggles with the "Created" field. It marks red.
What's going wrong? On a Samsung Tab it's working normally.
It looks like a date format issue.

I'm using the latest version 19.10.2 with Typo3 8.7.29 on a Centos 7 server..

Re: Can't save products on iPad

Posted: 03 Dec 2019, 08:53
by aimeos
Do you mean in the admin interface? Can you post a screenshot?

Re: Can't save products on iPad

Posted: 03 Dec 2019, 12:30
by webshade
It's in the admin interface. See attachment.

Re: Can't save products on iPad

Posted: 03 Dec 2019, 13:18
by aimeos
Can you check what value is set in the input field? Does iOS has a date/time selector?

Re: Can't save products on iPad

Posted: 03 Dec 2019, 13:37
by webshade
Attached the datetime selector. It's already filled with a date, but it seems like that Ipad the date conforms to another format.

Re: Can't save products on iPad

Posted: 03 Dec 2019, 13:48
by aimeos
What value gets inserted into the intput field? You need to check using the browser console of a Safari browser.

Re: Can't save products on iPad

Posted: 04 Dec 2019, 09:40
by webshade
As you can see it adds a "T" between date and time. When I manually remove the "T" in the HTML it saves correctly.

Re: Can't save products on iPad

Posted: 04 Dec 2019, 09:54
by aimeos
The "T" is correct and I think it works if you remove it because the rest of the value is ignored then.
The underlying problem might be the value for the seconds. Can you remove ":29" and see if that works too?

Re: Can't save products on iPad

Posted: 04 Dec 2019, 10:29
by webshade
When I remove the seconds, it can save either. But the format remains the same. See screenshot.
After I saved it once I can save that item next time again without any problems. Seems like there's first some manual adjustment needed to trigger an iPad to save the products... Weird.

Re: Can't save products on iPad

Posted: 04 Dec 2019, 10:59
by aimeos
We've changed the datetime values and remove the seconds. If you have a composer based installation, you can use that command to update to the latest 2019.10 commits:

Code: Select all

composer req aimeos/ai-admin-jqadm:2019.10.x-dev
The next TER package will be released in approx. two weeks.