feat: allow tag editing from topic tools

closes #7536
closes #7465
closes #11538
This commit is contained in:
Barış Soner Uşaklı
2023-04-30 21:17:25 -04:00
parent 0391876822
commit e3551d80d7
16 changed files with 257 additions and 20 deletions

View File

@@ -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();