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

An error gets thrown when you utilise `pageContext` on a dialog view #1396

Closed hlayisanimazuze closed 3 weeks ago

hlayisanimazuze commented 3 weeks ago

Steps to reproduce the behavior:

  1. Go to 'https://function-adminportal-test.shesha.dev/dynamic/TestModule/pageContext-table'
  2. Click on 'Wizard' button
  3. Enter all the required info until the last step and click on 'Done'
  4. Check the error that shows afterwards
  5. Actual Results: Cannot read properties of undefined (reading 'setFieldValue')

Expected behavior The value should be set successfully without throwing an error

image
hlayisanimazuze commented 3 weeks ago

Related item

1343