Skip to content

Commit 47bd509

Browse files
authored
Merge pull request #3785 from uniba-ub/issue-9404-a
change searchFilter isOpenByDefault autoserialization
2 parents 52392ab + d61cb33 commit 47bd509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/search/models/search-filter-config.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class SearchFilterConfig implements CacheableObject {
5252
/**
5353
* Defines if the item facet is collapsed by default or not on the search page
5454
*/
55-
@autoserialize
55+
@autoserializeAs(Boolean, 'openByDefault')
5656
isOpenByDefault: boolean;
5757

5858
/**

0 commit comments

Comments
 (0)