FIX: doesn't need to be dependant on isPrivateMessage
This commit is contained in:
parent
be6dcfa38d
commit
1761f749e1
|
@ -84,7 +84,6 @@ function registerTopicFooterButtons(api) {
|
||||||
},
|
},
|
||||||
classNames: ["assign"],
|
classNames: ["assign"],
|
||||||
dependentKeys: [
|
dependentKeys: [
|
||||||
"topic.isPrivateMessage",
|
|
||||||
"topic.assigned_to_user",
|
"topic.assigned_to_user",
|
||||||
"currentUser.can_assign",
|
"currentUser.can_assign",
|
||||||
"topic.assigned_to_user.username"
|
"topic.assigned_to_user.username"
|
||||||
|
|
Loading…
Reference in New Issue