Skip to content

Commit

Permalink
PC-185: Reimplement the 'submission to journal' feature
Browse files Browse the repository at this point in the history
Bugfix: wrong access level was granted
  • Loading branch information
sdumitriu authored and veronikaslc committed Jul 16, 2018
1 parent 56b81b0 commit 99ba3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main/resources/PhenomeCentral/JournalSubmission.xml
Expand Up @@ -131,7 +131,7 @@
"id" : "$services.model.serialize($jDoc.documentReference, 'default')",
"name" : "$!xwiki.getUserName($jId, false)",
"type" : "user",
"accessLevel" : "manage"
"level" : "manage"
}
#end
],
Expand Down

0 comments on commit 99ba3d9

Please sign in to comment.