-
Notifications
You must be signed in to change notification settings - Fork 242
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
Preserve duration when editing start time #1929
Comments
This comment has been minimized.
This comment has been minimized.
I can't reproduce this bug. I can reproduce the following though:
So since I'm not able to reproduce your bug, i assume that you have run into a combination of both. Can you confirm that? |
I confirm I have just repeated this bug. My repeating event has been moved forward (stating 10 weeks in the future). The duration has been re-set in error to one hour (vs. the original 15 mins duration) |
Is it reset to one hour in the view or also in the editor? |
In view it shows as one hour. In the editor it shows as 7am start, 7am finish, so zero hour duration. |
Okay, so my guess that you are affected by #1963 was corrected. What we have to fix is preserving the original duration when editing the start time |
There is a pull-request available in #2041 |
Steps to reproduce
Expected behaviour
Actual behaviour
Calendar app
2.0.1
Client configuration
Firefox 72.0.2
Operating system: (e.g. Arch Linux)
Raspbian Debian Buster
Server configuration
Operating system: (e.g. Debian 8)
Debian Buster
Web server: (e.g. Apache, Nginx,...)
Apache
Database: (e.g. MariaDB, SQLite or PostgreSQL)
MariaDB
PHP version: (e.g. 7.0.3)
7.3.11-1
Nextcloud Version: (see admin page, e.g. 17.0.2)
17.0.2
Updated from an older installed version or fresh install:
Update from 16.x.x
List of activated apps:
Enabled:
Disabled:
Nextcloud configuration:
root@raspberrypi4:/var/www/html/nextcloud# sudo -u www-data php occ config:list system
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"192.168.0.25",
"theconstantines.org"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "17.0.2.1",
"overwrite.cli.url": "https://theconstantines.org/nextcloud",
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379
},
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_sendmailmode": "smtp",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"trashbin_retention_obligation": "auto, 30",
"theme": "",
"loglevel": 2,
"app_install_overwrite": [
"calendar",
"githubmergetracker"
],
"updater.release.channel": "stable"
}
}
Logs
Web server error log (e.g. /var/log/apache)
Log file (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: