Ver código fonte

debug rename

zhongzewei 7 anos atrás
pai
commit
bbdb7198d3
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      web/building_saas/pm/js/pm_main.js

+ 1 - 0
web/building_saas/pm/js/pm_main.js

@@ -1443,6 +1443,7 @@ function GetNewProjectId(count, callback) {
  * @return {void}
  */
 function RenameProject(projectId, newName, parentID, callback) {
+    console.log(parentID);
     $.ajax({
         type: "POST",
         url: '/pm/api/renameProject',