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
368 stars 66 forks source link

`Cannot read properties of undefined (reading 'getFull')` when clicking on an entityPicker #2069

Closed hlayisanimazuze closed 2 weeks ago

hlayisanimazuze commented 2 weeks ago

When clicking an entityPickerto select a value, the component crashes

Steps to reproduce the behavior:

  1. Go to 'https://function-adminportal-test.shesha.dev/dynamic/TestModule/mondayTable-view'
  2. Open developer console
  3. Click on 'Add' dialog
  4. Click on 'Bank' entity picker
  5. Actual Results: The component crashes and display an error: Cannot read properties of undefined (reading 'getFull')

Expected behavior Upon clicking the entity picker, the component should render accordingly

image

hlayisanimazuze commented 2 weeks ago

Possible cause #2068