You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug:
If I try to edit a date like bithday (new or change) by the date-selector I am always asked for a time. Trying to save that by gives "Invalid date" for january or a wrong date. 2018-12-05 22:30h gives me "Mo., 5. Nov. 2018 22:30"
The month is decremented by 1, january=1 becomes 0 and so it´s invalid.
Why does the selector ask for a time?
To Reproduce
Steps to reproduce the behavior:
Go to contacts
Edit a birthday of a contact by the selector
Expected behavior
Keep the month from the selector and don´t ask for a time of bith.
GitMate.io thinks possibly related issues are #794 (Birthday, Date of Death, Anniversary save wrong date), #795 (Birthday, Date of Death, Anniversary fields are date-time fields, but should only be date fields), #507 (Contact could not be saved if both birthday and date of birth given), and #815 (Search-function is case-sensitive ).
Hello,
Bug:
If I try to edit a date like bithday (new or change) by the date-selector I am always asked for a time. Trying to save that by gives "Invalid date" for january or a wrong date. 2018-12-05 22:30h gives me "Mo., 5. Nov. 2018 22:30"
The month is decremented by 1, january=1 becomes 0 and so it´s invalid.
Why does the selector ask for a time?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Keep the month from the selector and don´t ask for a time of bith.
Thank you!
Server configuration
Operating system: Linux
Web server: Apache
Database: MariaDB
PHP version: 7.0
Nextcloud version: 15.0.0
Contacts version: 3.0.1
**Updated from an older Nextcloud
Signing status:
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
No errors have been found.
List of activated apps:
If you have access to your command line run e.g.:
Enabled:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"abc.de",
"nc.abc.de"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "https://nc.abc.de/",
"check_for_working_wellknown_setup": true,
"check_for_working_htaccess": true,
"htaccess.RewriteBase": "/",
"dbtype": "mysql",
"version": "15.0.0.10",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbtableprefix": "nc123_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"maintenance": false,
"loglevel": 0,
"logfile": "/var/www/nextcloud_extern/log/nextcloud.log",
"log_type": "owncloud",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"theme": "",
"defaultapp": "apporder",
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379
},
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "25",
"updater.release.channel": "stable",
"auto_mail_accounts": {
"imap_host": "localhost",
"imap_port": "993",
"imap_ssl_mode": "none",
"smtp_host": "localhost",
"smtp_port": "465",
"smtp_ssl_mode": "none",
"email_address_suffix": "@abc.de"
}
}
}
Client configuration
Browser:
Firefox 60.4
Operating system:
Linux
The text was updated successfully, but these errors were encountered: