File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
wcfsetup/install/files/lib/system/gridView/admin Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function __construct()
4949 GridViewColumn::for ('synonymName ' )
5050 ->label ('wcf.acp.tag.synonymFor ' )
5151 ->renderer (new DefaultColumnRenderer ())
52- ->filter (new TextFilter ())
52+ ->filter (new TextFilter (" synonym.name " ))
5353 ->sortable (sortByDatabaseColumn: "synonym.name " ),
5454 GridViewColumn::for ('languageName ' )
5555 ->label ('wcf.acp.tag.languageID ' )
@@ -124,6 +124,9 @@ protected function createObjectList(): DatabaseObjectList
124124 ON tag.languageID = language.languageID
125125 LEFT JOIN wcf1_tag synonym
126126 ON tag.synonymFor = synonym.tagID " ;
127+ $ list ->sqlConditionJoins = "
128+ LEFT JOIN wcf1_tag synonym
129+ ON tag.synonymFor = synonym.tagID " ;
127130
128131 return $ list ;
129132 }
You can’t perform that action at this time.
0 commit comments