* [bug #56356] format execution lib name with sub libs.

This commit is contained in:
sunhao
2024-10-21 16:45:32 +08:00
committed by 刘刚
parent f9723ba9e0
commit 20900b3638
+1 -1
View File
@@ -1860,7 +1860,7 @@ class docModel extends model
if($lib->type != 'execution') continue;
$lib->originName = $lib->name;
$lib->executionName = $executionPairs[$lib->execution];
$lib->name = $lib->executionName;
$lib->name = $lib->executionName . '/' . $lib->name;
}
}