You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
Enable/Disable sets saved to false
This commit is contained in:
@@ -56,7 +56,7 @@ exports.update = function(data){
|
||||
};
|
||||
|
||||
exports.status = function(_id, stopped){
|
||||
db.update({_id: _id},{$set: {stopped: stopped}});
|
||||
db.update({_id: _id},{$set: {stopped: stopped, saved: false}});
|
||||
};
|
||||
|
||||
exports.remove = function(_id){
|
||||
|
||||
Reference in New Issue
Block a user