
| Key: |
CIB-2303
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
3
|
| Assignee: |
Unassigned
|
| Reporter: |
Daniel Ostermeier
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Pulse
Created: 26/Jan/10 07:44 PM
Updated: 26/Jan/10 10:41 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
2.1.15
|
| Fix Version/s: |
2.1.16
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
When the project is cloned, a new persistent instance is created via the scheduler. The scheduler registers the trigger with the event scheduler prior to it being saved to the database. This means that when the event scheduler sees the trigger it has an id of 0 and shortly after it receives a proper id. Later on, when we attempt to pause / whatever the trigger, we use the triggers id, and the event scheduler is lost.