We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a381a08 commit d775a0fCopy full SHA for d775a0f
codepulse/src/main/resources/toserve/pages/projects/projects.js
@@ -436,7 +436,7 @@ $(document).ready(function(){
436
}
437
438
if(shouldSave){
439
- API.renameTrace(newName, function(reply, error){
+ API.renameProject(newName, function(reply, error){
440
if(!error){
441
var hasNameConflict = (reply.warn == 'nameConflict')
442
$('.nameConflict').toggleClass('hasConflict', hasNameConflict)
@@ -450,4 +450,4 @@ $(document).ready(function(){
450
$('h1.editable').editable('open')
451
})
452
453
-})
+})
0 commit comments