Created attachment 99 [details] Static system date time Problem description: The system date time displayed on the main page is static, which is different from the date time shown on the History page after adding the order Step to reproduce: 1. Click 'Continue as Manager' 2. Check the system date time, which is not moving Actual result: Static system date time is displayed Expected result: Non-static system date time should be displayed (moving clock), so that it is the same as the date time shown on the History page
The problem is caused by not adding action to the text that display the datetime. We have added the updateClockAction so that the system date time can now become non-static, and it will now match with the date time shown on the History page. Thanks for reporting!