* Add sort for module tree. Fix bug#41368.

This commit is contained in:
xieqiyu
2024-04-11 13:25:40 +08:00
parent 3d8283b65e
commit 7733c6d5cc
4 changed files with 20 additions and 7 deletions
-1
View File
@@ -261,7 +261,6 @@ class tree extends control
{
$this->tree->updateOrder($_POST['orders']);
if($viewType == 'story' and !empty($rootID) and !empty($moduleID)) $this->loadModel('action')->create('module', $rootID, 'moved', '', $moduleID);
die(js::reload('parent'));
}
}