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
All controls are disabled if BuildDateSelection() with argument "Disabled => 1" is called.
Actual behavior
Calendar icon is kept active if BuildDateSelection() function with argument "Disabled => 1" is called and can visually change values of day/month/year. May be it changes nothing but it is certainly confusing.
How to reproduce
Steps to reproduce the behavior:
Make a form with DateTime control or use some existent, for example Kernel\Modules\AgentTicketActionCommon.pm, line 2384
Make or change BuildDateSelection() function to be called with argument "Disabled => 1".
Go to the page with prepared DateTime control and see that all controls are inactive but click on icon shows calendar and new date is visually applied to day/month/year controls
Screenshots
The text was updated successfully, but these errors were encountered:
Environment
Expected behavior
All controls are disabled if BuildDateSelection() with argument "Disabled => 1" is called.
Actual behavior
Calendar icon is kept active if BuildDateSelection() function with argument "Disabled => 1" is called and can visually change values of day/month/year. May be it changes nothing but it is certainly confusing.
How to reproduce
Steps to reproduce the behavior:
Screenshots
The text was updated successfully, but these errors were encountered: