mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
Fix signature of call to unresolveComment
This commit is contained in:
@@ -218,7 +218,7 @@ define [
|
||||
$scope.$broadcast "review-panel:layout"
|
||||
|
||||
$scope.submitReply = (entry, entry_id) ->
|
||||
$scope.unresolveComment(entry_id)
|
||||
$scope.unresolveComment(entry, entry_id)
|
||||
thread_id = entry.thread_id
|
||||
content = entry.replyContent
|
||||
$http.post("/project/#{$scope.project_id}/thread/#{thread_id}/messages", {content, _csrf: window.csrfToken})
|
||||
|
||||
Reference in New Issue
Block a user