* [bug#51499,done,0.1h] add subdivide button under the lite vision.

This commit is contained in:
tianshujie
2024-06-20 16:01:12 +08:00
committed by 刘梦艺
parent 5b5973a266
commit ceca6d43af
+1 -1
View File
@@ -3244,7 +3244,7 @@ class storyModel extends model
if($action == 'subdivide')
{
if(helper::isAjaxRequest('modal') || $config->vision == 'lite') return false;
if(helper::isAjaxRequest('modal')) return false;
$action = 'batchcreate';
}