7a4ce78 Ticket 52 - ns_job_modify should not rearm

Authored and Committed by William Brown 7 years ago
1 file changed. 9 lines added. 10 lines removed.
    Ticket 52 - ns_job_modify should not rearm
    
    Bug Description:  ns_job_modify would automatically rearm, which violates
    the principal of least surprise.
    
    A consumer may wish to modify the job one or more times, *then* explicitly call
    the rearm.
    
    Fix Description:  remove the rearm from ns_job_modify. Move the logic from the
    rearm to ns_job_rearm
    
    https://fedorahosted.org/nunc-stans/ticket/52
    
    Author: wibrown
    
    Review by: nhosoi (Thanks)
    
        
file modified
+9 -10