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

Propatch to birthday calendar returns 404 #5077

Closed
tcitworld opened this issue May 23, 2017 · 1 comment · Fixed by #5295
Closed

Propatch to birthday calendar returns 404 #5077

tcitworld opened this issue May 23, 2017 · 1 comment · Fixed by #5295
Assignees
Labels
Milestone

Comments

@tcitworld
Copy link
Member

Steps to reproduce

  1. Activate or deactivate (show/hide) the birthday contacts
  2. Check the console logs

Expected behaviour

Http code returned should be something like 200.

Actual behaviour

Http code is 404, returning the following error message :

<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\DAV\Exception\NotFound</s:exception>
<s:message>Node with name 'contact_birthdays' could not be found</s:message>
</d:error>

The calendar of birthday contacts is correctly hidden/shown.

Server configuration

Operating system: Debian Jessie

Web server: nginx

Database: Mysql

PHP version: 7.0

Nextcloud version: (see Nextcloud admin page) 11.0.3

Updated from an older Nextcloud/ownCloud or fresh install: 11

Client configuration

Browser: Chrome / Firefox

Operating system: GNU/Linux

Logs

Web server error log

Nothing relevant.

Nextcloud log (data/nextcloud.log)

Nothing relevant (loglevel 2)

Browser log

See above.

@tcitworld tcitworld added the bug label May 23, 2017
@georgehrke
Copy link
Member

I'm almost certainly sure this is related to this line: https://github.com/nextcloud/server/blob/master/apps/dav/lib/CalDAV/Calendar.php#L119

It should have an else block, that adds write-properties permission.
Will send a PR

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

Successfully merging a pull request may close this issue.

3 participants