Skip to content

Commit

Permalink
Update FieldsModel.php (#35924)
Browse files Browse the repository at this point in the history
Fix missing filter in store id
  • Loading branch information
janschoenherr authored Nov 28, 2021
1 parent 2fdc848 commit 9cb4dfc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ protected function getStoreId($id = '')
$id .= ':' . $this->getState('filter.state');
$id .= ':' . $this->getState('filter.group_id');
$id .= ':' . serialize($this->getState('filter.language'));
$id .= ':' . $this->getState('filter.only_use_in_subform');

return parent::getStoreId($id);
}
Expand Down

0 comments on commit 9cb4dfc

Please sign in to comment.