* Implement custom use case filter tags.

This commit is contained in:
tianshujie
2023-03-06 16:36:06 +08:00
parent 906ca62671
commit 903c858cf1
12 changed files with 13 additions and 13 deletions
+1
View File
@@ -448,6 +448,7 @@ class devModel extends model
foreach($featureBars as $feature => $featureName)
{
if(isset($this->config->dev->skipTags["$module-$method"]) and in_array($feature, $this->config->dev->skipTags["$module-$method"])) continue;
$moreSelectsTags = isset($defaultLang->{$module}->moreSelects[$method][$feature]) ? $defaultLang->{$module}->moreSelects[$method][$feature] : '';
if($moreSelectsTags)
{