Commit 1e2cc4e4 authored by Ad Schellevis's avatar Ad Schellevis

(cron) when editing from another service, reconfigure cron on save

parent 2c01bf05
......@@ -56,10 +56,11 @@ POSSIBILITY OF SUCH DAMAGE.
$("#btn_"+editDlg+"_save").unbind('click').click(function(){
saveFormToEndpoint(url=setUrl+uuid,
formid='frm_' + editDlg, callback_ok=function(){
// do reconfigure of cron after save (because we're leaving back to the sender)
ajaxCall(url="/api/cron/service/reconfigure", sendData={}, callback=function(data,status) {
$("#"+editDlg).modal('hide');
$("#grid-jobs").bootgrid("reload");
});
}, true);
// go back to where we came from.
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment