Unverified Commit 154fd66a authored by Pradyumna's avatar Pradyumna Committed by GitHub
Browse files

Merge pull request #227 from maheshkumargangula/release-3.1.0

SB-20007 - Use edited version to validate access - Review
Showing with 4 additions and 2 deletions
+4 -2
......@@ -218,7 +218,8 @@ function apiAccessForCreatorUser (req, response, next) {
var data = {}
var rspObj = req.rspObj
var qs = {
fields: 'createdBy,collaborators'
fields: 'createdBy,collaborators',
mode: 'edit'
}
var contentMessage = messageUtil.CONTENT
......@@ -285,7 +286,8 @@ function apiAccessForReviewerUser (req, response, next) {
var data = {}
var rspObj = req.rspObj
var qs = {
fields: 'createdBy,collaborators'
fields: 'createdBy,collaborators',
mode: 'edit'
}
var contentMessage = messageUtil.CONTENT
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment