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

Dragging schedule events moves all events #2017

Closed
wonbyte opened this issue Feb 7, 2017 · 5 comments
Closed

Dragging schedule events moves all events #2017

wonbyte opened this issue Feb 7, 2017 · 5 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@wonbyte
Copy link

wonbyte commented Feb 7, 2017

I'm submitting a ... (check one with "x")

[ x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Current behavior
Create two events on two different days. Drag one of the newly created events and the other will move too.

Expected behavior
when dragging an event only that event should move.

Minimal reproduction of the problem with instructions
go to http://www.primefaces.org/primeng/#/schedule and create two events on two different dates. Drag either and both will move
What is the motivation / use case for changing the behavior?

Please tell us about your environment:

Windows 7, Mac

  • Angular version: 2.0.X
  • PrimeNG version: 2.0.X
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
    Chrome(latest), Safari (latest)

  • Language: [all | TypeScript X.X | ES6/7 | ES5]

  • Node (for AoT issues): node --version =

@wonbyte wonbyte closed this as completed Feb 8, 2017
@wonbyte wonbyte reopened this Feb 8, 2017
@wonbyte
Copy link
Author

wonbyte commented Feb 10, 2017

@cagataycivici Any updated on this and #2016 #2015 ?

@cagataycivici cagataycivici self-assigned this Feb 23, 2017
@cagataycivici cagataycivici added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Feb 23, 2017
@cagataycivici cagataycivici added this to the 2.0.2 milestone Feb 23, 2017
@cagataycivici
Copy link
Member

This is a bug of showcase demo not the schedule itself, each newly created event must have a unique id.

@wonbyte
Copy link
Author

wonbyte commented Feb 28, 2017

@cagataycivici Do I need to manually manage theses ID's or just make sure that each new Event I create in a component has a unique id?

@cagataycivici
Copy link
Member

Yes, you need to make sure every event has unique id. This is required by fullcalendar.

@cagataycivici cagataycivici added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Pending Review Issue or pull request is being reviewed by Core Team labels Mar 3, 2017
@armdev
Copy link

armdev commented Jun 26, 2022

i have the same problem with 11.0.0 version of primefaces, my id was really unique, but bug disappear then I set unique id as event group id , before that I set group id the same string ("payment" for event group id).

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