deleting a stored job also deletes Executions
Reported by Greg Schueler | November 1st, 2010 @ 03:45 PM | in Rundeck 1.0
When a job is deleted, the associated Executions are also deleted. They should be retained.
Comments and changes to this ticket
-
Deleted User November 2nd, 2010 @ 03:10 PM
- State changed from new to resolved
(from [7a4c7f79a42bdc71a4e13a48ee3a340be139eb8c]) Change domain classes to fix issue 56 [#56 state:resolved]
Update domain classes to remove Workflow.scheduledExecution
bidirectionality; Add missing strategy property in Workflow
constructor for duplicating another Workflow; remove belongsTo
ScheduledExecution for Execution domain class. Update controllers to
fix operational logic, Update tests and legacy job support.
http://github.com/dtolabs/rundeck/commit/7a4c7f79a42bdc71a4e13a48ee...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Tags
Referenced by
- 56 deleting a stored job also deletes Executions (from [7a4c7f79a42bdc71a4e13a48ee3a340be139eb8c]) Change ...