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

Calendar view not displaying, ui components unresponsive. [v1.4.1] #205

Closed
hrafnthor opened this issue Nov 27, 2016 · 13 comments · Fixed by #215
Closed

Calendar view not displaying, ui components unresponsive. [v1.4.1] #205

hrafnthor opened this issue Nov 27, 2016 · 13 comments · Fixed by #215
Labels
3. to review Waiting for reviews bug
Milestone

Comments

@hrafnthor
Copy link

Steps to reproduce

  1. Update of calendar from v1.4.0 to v1.4.1

Expected behaviour

Date picker, period filter, calendar creator, central main view and subscription creation should work.

Actual behaviour

  • Date picker not loading, and showing only '{{dt | datepickerFilter:selectedView}}'
  • Period filter buttons have no affect
  • Calendar creation doesn't create a new calendar
  • Subscription creation doesn't create a new subscription
  • Main central calendar view is empty

Server configuration

Linux - Ubuntu 16.04

Web server:
Apache

Database:
MySQL 5.7.15

PHP version:
7.0.8

Server version: (see your admin page)
Nextcloud 10.0 (stable)

Calendar version: (see the apps page)
1.4.1

Updated from an older installed version or fresh install:
Updated from 1.4.0 to 1.4.1 through Nextcloud web interface.
Have also removed Calendar plugin and reinstalled it fresh to 1.4.1. Behavior persists

Signing status (ownCloud/Nextcloud 9.0 and above):
No errors have been found.

List of activated apps:
Only Nextcloud's default list and Calendar

Are you using encryption:
yes

Client configuration

Browser:
Firefox 49.0
Chome 53.0.2785.89 (64-bit)

Operating system:
Linux - Ubuntu 16.04

Browser log

On window load these are the logs. No activity during any button click or other interaction with Calendar UI components.

12:32:09.496 Use of getPreventDefault() is deprecated.  Use defaultPrevented instead. 1 calendar
12:32:11.952 JQMIGRATE: Migrate is installed, version 1.4.0 1 jquery-migrate.min.js:2:542

selection_010

@tcitworld tcitworld added the bug label Nov 27, 2016
@georgehrke
Copy link
Member

please enable debug mode and check the browser log again

@ghost
Copy link

ghost commented Nov 28, 2016

I got the same issue and fixed by re-enabling the sharing option inside Admin.

@georgehrke
Copy link
Member

Indeed :/

calendar - nextcloud chromium today at 12 06 52 am

@georgehrke georgehrke added 1. to develop Accepted and waiting to be taken care of and removed needs info labels Nov 28, 2016
@georgehrke
Copy link
Member

Disabling sharing is a tricky thing anyway, because it has no influence on the actual caldav sharing, but we need it to search for users and groups.

Best approach here from my pov:

  • only show sharing option (search for users/groups) when sharing API is enabled
  • make sure publishing works nevertheless with our without sharing API

What do you think @tcitworld ^

@georgehrke georgehrke added this to the 1.5.0-current milestone Nov 29, 2016
@tcitworld
Copy link
Member

I first thought of requiring the Share API for the calendar to show up in the first place, but I guess people can use it as a personal calendar only on a server where the Share API has been disabled.

Your solution seems the best approach that we've got. Publishing should not be affected.

@georgehrke
Copy link
Member

I actually forgot about the third option.

  • Just reimplement the Share API's endpoint, that we use for the user / group querying and replace OC.SHARE.foobar constants with our own ones.

@tcitworld
Copy link
Member

This adds complexity and requires us to maintain it. :/

@georgehrke
Copy link
Member

@georgehrke georgehrke added 2. developing Work in progress and removed 1. to develop Accepted and waiting to be taken care of labels Dec 6, 2016
@georgehrke georgehrke added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Dec 6, 2016
@georgehrke
Copy link
Member

fix is in #215

@lwt-pressy
Copy link

I got the same issue and it did not get fixed by re-enabling the sharing option inside Admin. The only help was going back to version 1.4.0

@georgehrke
Copy link
Member

@lwt-pressy Please create a new issue using the entire issue template

@lwt-pressy
Copy link

done as #225

@benoitldr
Copy link

hey,
I have got the same issue and re-enabling the sharing option in admin didn't solve the problem as mentionned @lwt-pressy ...

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

Successfully merging a pull request may close this issue.

5 participants