mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
feat: allow tag editing from topic tools
closes #7536 closes #7465 closes #11538
This commit is contained in:
@@ -133,6 +133,12 @@ define('forum/topic/threadTools', [
|
||||
});
|
||||
});
|
||||
|
||||
topicContainer.on('click', '[component="topic/tag"]', function () {
|
||||
require(['forum/topic/tag'], function (tag) {
|
||||
tag.init([ajaxify.data], ajaxify.data.tagWhitelist);
|
||||
});
|
||||
});
|
||||
|
||||
topicContainer.on('click', '[component="topic/move-posts"]', function () {
|
||||
require(['forum/topic/move-post'], function (movePosts) {
|
||||
movePosts.init();
|
||||
|
||||
Reference in New Issue
Block a user