We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6ad6b commit acbdc2aCopy full SHA for acbdc2a
1 file changed
src/services/SubmissionService.js
@@ -298,6 +298,7 @@ function * createSubmission (authUser, files, entity) {
298
299
logger.info('Check User access before creating the submission')
300
if (_.intersection(authUser.roles, ['Administrator', 'administrator']).length === 0 && !authUser.scopes) {
301
+ logger.info(`Calling checkCreateAccess for ${JSON.stringify(authUser)}`)
302
yield helper.checkCreateAccess(authUser, item)
303
}
304
0 commit comments