SpellDetailPage/Fixup
* fix multiple stack rules listviews sharing the same id
This commit is contained in:
parent
53182aedea
commit
f5d987a864
1 changed files with 1 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ class SpellBaseResponse extends TemplateResponse implements ICache
|
|||
|
||||
$tabData = array(
|
||||
'data' => $data,
|
||||
'id' => 'spell-group-stack-'.$rules[$gId],
|
||||
'id' => 'spell-group-stack-'.$gId,
|
||||
'name' => Lang::spell('stackGroup'),
|
||||
'visibleCols' => ['stackRules']
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue