Skip to content

Commit 39b8582

Browse files
committed
make survey link available for user with create permisssions
1 parent 5d6332c commit 39b8582

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/META-INF/resources/templates/screens/xnat_subjectData/actionsBox

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/resources/templates/screens/xnat_subjectData/actionsBox/Survey.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- BEGIN xnat-templates/screens/xnat_subjectData/actionsBox/Survey.vm -->
22
<!-- Sequence: 11 -->
3-
#if ($item.canDelete($user))
3+
#if ($item.canCreate($user))
44

55

66
<script type="text/javascript">

0 commit comments

Comments
 (0)