Pass all the move tests.

This commit is contained in:
zicla
2020-03-12 01:57:08 +08:00
parent eb89807cf1
commit 4611defe36
4 changed files with 34 additions and 48 deletions

View File

@ -342,7 +342,7 @@ func (this *MatterController) Rename(writer http.ResponseWriter, request *http.R
panic(result.UNAUTHORIZED)
}
this.matterService.AtomicRename(request, matter, name, user)
this.matterService.AtomicRename(request, matter, name, false, user)
return this.Success(matter)
}