Skip to content
Snippets Groups Projects
Verified Commit 66b6795f authored by Hermann's avatar Hermann Committed by Sandro Lutz
Browse files

fix studydoc menu item: nobody has patch rights on resource

parent 9179f9d0
No related branches found
No related tags found
1 merge request!43Changes to studydocuments
......@@ -143,7 +143,7 @@ export class Layout {
icon: icons.iconJobsSVG,
title: 'Job offers',
}),
userRights.studydocuments.indexOf('PATCH') > -1 && m(Menupoint, {
m(Menupoint, {
href: '/studydocuments',
icon: icons.studydoc,
title: 'Studydocs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment