You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: can select any date on or after 10 Sep.
Actual: can only select dates between 10 Sep and 11 Sep.
Workaround: clear the date from the item first
@jeffreykemp@vincentmorneau This is not a bug, rather a configuration option. You probably have the following setting for the TO_DATE item:
This does raise a good point, that the plugin should catch this issue as it can be very hard to debug. As such I will update the plugin to show an alert message on run time to let developers know right away:
As well, when the application is run in debug mode it will be obvious to developer and provide reference back to this issue:
Update: As they're other possible mis-configurations I have moved all the configurations into the plugin render function. As such these will now be PL/SQL errors that show up when the page is run if the item configuration is invalid.
Case #1
Expected: can select any date on or after 10 Sep.
Actual: can only select dates between 10 Sep and 11 Sep.
Workaround: clear the date from the item first
Case #2
Expected: can select any date on or after 12 Sep.
Actual: cannot select any date at all, cannot navigate months.
Case #3
Expected: can select any date not later than 11 Sep.
Actual: can select any date.
I suspect these issues are related.
The text was updated successfully, but these errors were encountered: