Commit 6c52a952 authored by 陈志良's avatar 陈志良

Merge branch 'remould_0808_thread_edit' into SANDBOX

parents 0f772b4f a00f9cb0
...@@ -285,6 +285,9 @@ router.post('/thread/:tid/update', function(req, res, next) { ...@@ -285,6 +285,9 @@ router.post('/thread/:tid/update', function(req, res, next) {
if(body.event != null){ if(body.event != null){
req.body.event = body.event; req.body.event = body.event;
} }
if(body.release_time != null){
req.body.release_time = body.release_time;
}
} }
if(body.tag != null){ if(body.tag != null){
req.body.tag = body.tag; req.body.tag = body.tag;
......
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