Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to deactivate "all day" option on due date field #2595

Closed
leveled-up opened this issue Jun 7, 2024 · 2 comments
Closed

Unable to deactivate "all day" option on due date field #2595

leveled-up opened this issue Jun 7, 2024 · 2 comments

Comments

@leveled-up
Copy link

Steps to reproduce

  1. Open Tasks and create a new task or select an existing one by clicking on it
  2. Select the "due date" field
  3. Check "All day"
  4. Leave the task and try to deactivate "all day" on any task you create or select afterwards

Expected behavior

You should be able to just deactivate the "all day" option and the UI should present both inputs for day and time again.

Actual behaviour

No matter how often you delete the due date or entire task, uncheck "All day", click on another task, reload the page or relogin, the due date will only ever be a date input without the option for time entry. I was only able to get the time field back by running UPDATE oc_preferences SET configvalue = 0 WHERE appid = "tasks" and configkey = "various_allDay"; on my database.

Tasks app version

0.16.0

CalDAV-clients used

No response

Browser

Firefox 126.0.1

Client operating system

Ubuntu 22.04

Server operating system

Debian 12 (bookworm)

Web server

Apache

Database engine version

MariaDB

PHP engine version

PHP 8.2

Nextcloud version

29.0.2

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

@meonkeys
Copy link

Dup of #2585 ?

@leveled-up
Copy link
Author

I apologize for the duplicate, I did search for "all day" but not for "whole day". Closing this,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants