itizawa пре 5 година
родитељ
комит
5da4cdc7d8
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/server/routes/page.js

+ 1 - 0
src/server/routes/page.js

@@ -1348,6 +1348,7 @@ module.exports = function(crowi, app) {
    * @apiParam {String} new_path New path name.
    * @apiParam {Bool} create_redirect
    */
+  // TODO remove after GW-3429 and GW-3430
   api.rename = async function(req, res) {
     const pageId = req.body.page_id;
     const previousRevision = req.body.revision_id || null;