-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Component/s: UI
-
Release Notes Summary:Changing the value in the nuxeo-date-picker element triggers the update of the results.
-
Tags:
-
Backlog priority:700
-
Sprint:UI - 2021-14, UI - 2022-01, UI - 2022-02, UI Cooldown - 2021-14, UI Cooldown - 2022-01
Steps to reproduce:
- define a page provider with a "date" field
<predicate parameter="dc:created" operator=">="> <field schema="advanced_search" name="dublincore_created"/> </predicate>
- define a search for with a nuxeo-date-picker element
<nuxeo-date-picker value="{{params.dublincore_created}}" label="Created from" name="dublincore_created" role="widget"></nuxeo-date-picker>
- deploy the Studio package with these changes
- Go to the Search form
- select a date with the nuxeo-date-picker element "Created from"
- observe the results are refreshed
- change the selected date in the field "Created from"
- observe that nothing happens
Expected behavior:
changing the value in the nuxeo-date-picker element should trigger the update of the results
Workaround:
Remove the value and then select a new one => the results are updated
- Is referenced in