Skip to content

Commit

Permalink
Item14630: fixed allowtopicview preset
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Feb 21, 2018
1 parent 560c18b commit ce41b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NatEditPlugin/templates/edit.natedit.tmpl
Expand Up @@ -152,7 +152,7 @@
</label>

<div class="ui-natedit-details-container" %IF{"'%permset_view%'!='details'" then="style='display:none'"}%>
<input type="text" class="foswikiInputField" size="40" data-perm-type="view" data-perms='details' autocomplete="off" name="Local+PERMSET_VIEW_DETAILS" value="%IF{"('%permset_view%'='justauthor' and '%allowtopic_view%'!='%WIKINAME%') or ('%permset_view%' and '%allowtopic_view%'!='')" then="%allowtopic_view%" else="%permset_view_details%"}%" />
<input type="text" class="foswikiInputField" size="40" data-perm-type="view" data-perms='details' autocomplete="off" name="Local+PERMSET_VIEW_DETAILS" value="%IF{"('%permset_view%'='justauthor' and '%allowtopic_view%'!='%WIKINAME%') or ('%permset_view%'='' and '%allowtopic_view%'!='')" then="%allowtopic_view%" else="%permset_view_details%"}%" />
</div>
</div>
<div class="foswikiFormStep ui-natedit-change-perms">
Expand Down

0 comments on commit ce41b5d

Please sign in to comment.