stefan-niedermann / nextcloud-tables

📊 Android client for nextcloud tables app
https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.tables.play
GNU General Public License v3.0
29 stars 5 forks source link

Respect "Now as Default" setting for Date/Time columns #19

Open lhupitr opened 1 year ago

lhupitr commented 1 year ago

Please use GitHub reactions 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!

Is your feature request related to a problem? Please describe.

When a date/time column is set to "Now as Default" on the web app the Android app still requires a date and time to be entered manually.

Describe the solution you'd like

Make the Android app respect the "Now as Default" setting so that multiple screen taps are not necessary to enter the current date/time,

stefan-niedermann commented 6 months ago

We actually have implemented this logic for datetime and the subtypes datetime, date and time. However, date reacts to "today" while the others react to "now" as default value. I therefore need more information about the table you set up, especially the column where prefilling does not work. What exact type is it? Maybe a screenshot of the Web UI configuration page might help.

lhupitr commented 6 months ago

Seems to be working now if I have separate date & time as outlined here: https://github.com/stefan-niedermann/nextcloud-tables/issues/38

stefan-niedermann commented 6 months ago

So what about datetime? I think this issue was about datetime type?

lhupitr commented 6 months ago

Yes datetime enters everything correctly by default it just disappears on synchronisation as outlined: https://github.com/stefan-niedermann/nextcloud-tables/issues/38