mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-05 19:08:28 +02:00
fix(core): change oper access
This commit is contained in:
@@ -123,6 +123,14 @@ exports.update = function (req, res) {
|
||||
site_name: appConfig.name
|
||||
});
|
||||
}
|
||||
|
||||
//create trace log
|
||||
traceLogCreate(req, traceConfig.action.adminMakerEdit, {
|
||||
maker: maker._id,
|
||||
name: req.body.name,
|
||||
desc: req.body.desc,
|
||||
upload_access: req.body.upload_access
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user