nextcloud / tasks

:white_check_mark: Tasks app for Nextcloud
https://apps.nextcloud.com/apps/tasks
GNU Affero General Public License v3.0
561 stars 95 forks source link

Not possible to choose the time when the task to be competed after the last update #2585

Open ostasevych opened 1 month ago

ostasevych commented 1 month ago

Steps to reproduce

  1. Create new task
  2. Go to Details
  3. Unselect whole day
  4. Observe that it is not possible to choose the time when the task to be finalised image

Expected behavior

If the task covers not the whole day the time deadline to be shown.

Actual behaviour

After the last update the time is not shown.

Tasks app version

0.16.0

CalDAV-clients used

web

Browser

No response

Client operating system

No response

Server operating system

Ubuntu 22.04

Web server

Apache

Database engine version

MariaDB

PHP engine version

PHP 8.2

Nextcloud version

28.0.5

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

No response

Nextcloud configuration

No response

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

No response

raimund-schluessler commented 1 month ago

Click on the date to see the time input. If this is not what you are looking for, please provide a screenshot in English, so I can read what the GUI says. Thanks.

raimund-schluessler commented 1 month ago

I can reproduce the issue. Will look into it.

nmsw commented 1 month ago

I can reproduce the issue as well. I can select a time if I have both a start and due date selected. If only the due date is selected I cannot set the time.

moboter commented 1 month ago

I habe the same problem store-DE2z1cMA.mjs:2 TypeError: Cannot read properties of null (reading 'getAllSubcomponents') at Proxy._ensureCoverage (store-DE2z1cMA.mjs:2:1018968) at Proxy.utcOffset (store-DE2z1cMA.mjs:2:1017685) at Proxy.utcOffset (store-DE2z1cMA.mjs:2:1026985) at Proxy.toUnixTime (store-DE2z1cMA.mjs:2:1028847) at Proxy.toJSDate (store-DE2z1cMA.mjs:2:1027628) at set allDay (store-DE2z1cMA.mjs:2:1072444) at Reflect.set () at VD.set (store-DE2z1cMA.mjs:2:8598) at lu.toggleAllDay (store-DE2z1cMA.mjs:2:1309816) at store-DE2z1cMA.mjs:2:690671

moboter commented 4 weeks ago

https://github.com/nextcloud/tasks/assets/87427090/7c8bf3b6-fce6-4c7d-bb68-28f069dafd10

For a better understanding how you possibly could bypass the problem when you create a new task Please note that there is also a problem with the start and due time There are always 2 Hours deducted so it defaults to UTC

ostasevych commented 2 weeks ago

https://github.com/nextcloud/tasks/assets/87427090/7c8bf3b6-fce6-4c7d-bb68-28f069dafd10

For a better understanding how you possibly could bypass the problem when you create a new task Please note that there is also a problem with the start and due time There are always 2 Hours deducted so it defaults to UTC

Or using mobile app, where it works as intended.