shesha-io / shesha-framework

An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
https://shesha.io
Apache License 2.0
285 stars 45 forks source link

Formatting applied on `Entity Configuration` does not apply in real time in the current browser #1401

Closed hlayisanimazuze closed 3 weeks ago

hlayisanimazuze commented 3 weeks ago

Example: If you change the dateTime, currency or time format from the entityConfigurations tab, when you navigate to a form where you render the changes, the configuration forms still display the old one/cached the old changes. You have to change browsers to see the changes e.g. incognito mode

Steps to reproduce the behavior:

  1. Go to 'https://function-adminportal-test.shesha.dev/settings/entity-configs/configurator'
  2. Search for member and update membershipStartDate formatting
  3. Save your changes and render this form: https://function-adminportal-test.shesha.dev/dynamic/TestModule/address-table-view
  4. Confirm if your changes are reflecting on the form
  5. Actual Results: The changes are not reflecting
  6. Open the form on a different browser
  7. Actual Results: The formatting is updated

Expected behavior The changes applied on the entity configurations should reflect immediately when viewed on the configuration form

Chrome image

incognito mode

image

Entity configuration image