Skip to content

Commit acbdc2a

Browse files
committed
ok something is fishy here
1 parent 2e6ad6b commit acbdc2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/SubmissionService.js

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ function * createSubmission (authUser, files, entity) {
298298

299299
logger.info('Check User access before creating the submission')
300300
if (_.intersection(authUser.roles, ['Administrator', 'administrator']).length === 0 && !authUser.scopes) {
301+
logger.info(`Calling checkCreateAccess for ${JSON.stringify(authUser)}`)
301302
yield helper.checkCreateAccess(authUser, item)
302303
}
303304

0 commit comments

Comments
 (0)