-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Labels
3. to reviewWaiting for reviewsWaiting for reviewsFeature: Calendar listbugregressionRegression of a previous working featureRegression of a previous working feature
Milestone
Description
Steps to reproduce
- open calendar app
- create an event
Expected behavior
Default calendar should be picked and selected (the one that was created first as the deafult calendar)
Actual behaviour
The calendar that starts with A is picked.
This behavior seems to be new after the upgrade to 4.7.0. Previously the default calendar was pivked. Now I always have to manually select the default calendar
Calendar app version
4.7.0
CalDAV-clients used
none
Browser
Firefox 125.0.2
Client operating system
macOS
Server operating system
Linux
Web server
Apache
Database engine version
MySQL
PHP engine version
PHP 8.2
Nextcloud version
27.1.8
Updated from an older installed version or fresh install
None
List of activated apps
Enabled:
- activity: 2.19.0
- admin_audit: 1.17.0
- announcementcenter: 6.8.1
- appointments: 2.0.7
- bookmarks: 13.1.3
- bruteforcesettings: 2.7.0
- calendar: 4.7.0
- circles: 27.0.1
- cloud_federation_api: 1.10.0
- comments: 1.17.0
- contacts: 5.5.3
- contactsinteraction: 1.8.0
- dav: 1.27.0
- federatedfilesharing: 1.17.0
- federation: 1.17.0
- files: 1.22.0
- files_external: 1.19.0
- files_pdfviewer: 2.8.0
- files_reminders: 1.0.0
- files_rightclick: 1.6.0
- files_sharing: 1.19.0
- files_trashbin: 1.17.0
- files_versions: 1.20.0
- firstrunwizard: 2.16.0
- forms: 3.4.7
- logreader: 2.12.0
- lookup_server_connector: 1.15.0
- nextcloud_announcements: 1.16.0
- notes: 4.9.4
- notifications: 2.15.0
- notify_push: 0.6.10
- oauth2: 1.15.2
- password_policy: 1.17.0
- phonetrack: 0.7.7
- photos: 2.3.0
- polls: 5.4.3
- privacy: 1.11.0
- provisioning_api: 1.17.0
- quota_warning: 1.19.0
- related_resources: 1.2.0
- serverinfo: 1.17.0
- settings: 1.9.0
- sharebymail: 1.17.0
- side_menu: 3.12.0
- systemtags: 1.17.0
- tasks: 0.15.0
- text: 3.8.0
- theming: 2.2.0
- twofactor_backupcodes: 1.16.0
- twofactor_totp: 9.0.0
- twofactor_webauthn: 1.4.0
- updatenotification: 1.17.0
- viewer: 2.1.0
- weather_status: 1.7.0
- workflowengine: 2.9.0
Disabled:
- activitylog: 0.0.2 (installed 0.0.2)
- apporder: 0.15.0 (installed 0.15.0)
- dashboard: 7.7.0 (installed 7.0.0)
- encryption: 2.15.0
- files_markdown: 2.4.1 (installed 2.4.1)
- impersonate: 1.14.0 (installed 1.14.0)
- recommendations: 1.6.0 (installed 0.5.0)
- support: 1.10.1 (installed 1.4.0)
- survey_client: 1.15.0 (installed 0.1.5)
- suspicious_login: 5.0.0
- user_ldap: 1.17.0
- user_status: 1.7.0 (installed 1.0.1)
Nextcloud configuration
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "27.1.8.1",
"installed": true,
"forcessl": true,
"loglevel": 0,
"maintenance": false,
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***"
],
"share_folder": "\/Shared",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logdateformat": "Y-m-d H:i:s O",
"logtimezone": "Europe\/Vienna",
"secret": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "sendmail",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "ssl",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"filelocking.enabled": true,
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0
},
"appstore.experimental.enabled": true,
"trashbin_retention_obligation": "auto",
"updater.release.channel": "stable",
"integrity.check.disabled": true,
"htaccess.RewriteBase": "\/",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"auth.bruteforce.protection.enabled": false,
"simpleSignUpLink.shown": false,
"upgrade.disable-web": true,
"theme": "my",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_sendmailmode": "smtp",
"filesystem_check_changes": 0,
"mysql.utf8mb4": true,
"connectivity_check_domains": [
"google.com"
],
"default_phone_region": "CA",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***"
}
}
Web server error log
No response
Log file
No response
Browser log
No response
Additional info
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3. to reviewWaiting for reviewsWaiting for reviewsFeature: Calendar listbugregressionRegression of a previous working featureRegression of a previous working feature
Type
Projects
Status
☑️ Done