Skip to content

feat(facets): parametrize RangeFacet#692

Open
zubeydecivelek wants to merge 1 commit intoCERNDocumentServer:masterfrom
zubeydecivelek:date-facet
Open

feat(facets): parametrize RangeFacet#692
zubeydecivelek wants to merge 1 commit intoCERNDocumentServer:masterfrom
zubeydecivelek:date-facet

Conversation

@zubeydecivelek zubeydecivelek linked an issue Feb 2, 2026 that may be closed by this pull request
@zubeydecivelek zubeydecivelek changed the title feat(facets): override RangeFacet feat(facets): parametrize RangeFacet Feb 2, 2026
"InvenioRdmRecords.PublishModal.container": PublishModalComponent,
"InvenioRequests.LockRequest": LockRequestComponent,
"InvenioAppRdm.RecordVersionsList.Item.container": RecordVersionItemContent,
RangeFacet: CDSRangeFacet,
Copy link
Member

@palkerecsenyi palkerecsenyi Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this missing the full name? I'm not sure what the full name should be but it's something like [${appName}.RangeFacet.element\] right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is intentional. We are overriding the full RangeFacet component (registered via Overridable.component("RangeFacet", …) see here) so we can parametrize its behavior.

RangeFacet.element is a separate internal override point, which it's not the target here(we want to customize the optional filters only).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Group records by year

2 participants