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

Scheduler do not load initial events #1915

Closed
JacobSiegle opened this issue Jan 25, 2017 · 2 comments
Closed

Scheduler do not load initial events #1915

JacobSiegle opened this issue Jan 25, 2017 · 2 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@JacobSiegle
Copy link
Contributor

Previously using primeNG 1.1.4, FullCalendar 3.1.0, JQuery 3.1.1.
Upgraded using primeNG 2.0.0-rc.1, FullCalendar 3.1.0, JQuery 3.1.1.

I see in parent 7ae654b commit 4bed540 that this snippet of code is removed in the options.

events: (start, end, timezone, callback) => {
         callback(this.events);
},

Adding this back in causes events to show again on the schedule.

@wonbyte
Copy link

wonbyte commented Jan 26, 2017

This is still an issue with RC-2

@wonbyte
Copy link

wonbyte commented Jan 30, 2017

@JacobSiegle Can you make a PR to fix?

@cagataycivici cagataycivici self-assigned this Jan 31, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jan 31, 2017
@cagataycivici cagataycivici modified the milestones: 2.0-RC2, 2.0-RC3 Jan 31, 2017
@cagataycivici cagataycivici changed the title 2.0.0-rc.1 FullCalendar Schedule no longer shows events Scheduler do not load initial events Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

3 participants