|
| Description: |
h1. Reproduction # create a job in the scheduler application, make it change the content of a page to "foo" for instance # schedule this job # trigger it # the page content is changed to "foo" # edit the job script to have the content changed to "bar" # trigger the job # the page content is still "foo"
h1. Problem
The new code of the job is not registered until the job is unscheduled and the scheduled again. h1. Suggestion of improvement * Display a warning on the scheduler application home, mentioning that the job script has been edited but is not used, to convey this problem to the user * OR re-schedule the job automatically |
|