projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97247c7
)
Remove dependency of canStartConversation from canReplyToConversation
author
Marcel Werk
<burntime@woltlab.com>
Mon, 12 Sep 2022 14:54:49 +0000
(16:54 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 12 Sep 2022 14:54:49 +0000
(16:54 +0200)
Due to the dependency, it was not possible to set both to "Never" at the same time.
userGroupOption.xml
patch
|
blob
|
blame
|
history
diff --git
a/userGroupOption.xml
b/userGroupOption.xml
index 7b75369a02a4b5594d2ca7c70ecdc976d7b5355e..977653b5484650fe436d5639e0397e54ff1103f2 100644
(file)
--- a/
userGroupOption.xml
+++ b/
userGroupOption.xml
@@
-45,7
+45,6
@@
<optiontype>boolean</optiontype>
<defaultvalue>1</defaultvalue>
<usersonly>1</usersonly>
- <enableoptions>user.conversation.canStartConversation</enableoptions>
</option>
<option name="user.conversation.canStartConversation">
<categoryname>user.conversation</categoryname>