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
379 stars 75 forks source link

When additional fields are specified for fetching, the endpoint does not retrieve those properties #2108

Closed hlayisanimazuze closed 2 months ago

hlayisanimazuze commented 2 months ago

When additional fields to fetch are specified on the form settings, after the get endpoint renders, the additional fields are not added on the list of properties

Steps to reproduce the behavior:

  1. Open your developer console
  2. Go to 'https://function-adminportal-test.shesha.dev/dynamic/TestModule/fridayView-details?id=b7f0594e-9a6b-478d-bf35-e71962070507&firstName=Ernest%20Test&lastName=Nyumbu%20Updated'
  3. Click on 'get properties' endpoint
  4. Check if fullName, address.latitude and gender is part of the list
  5. Actual Results: The properties defined on the form settings are not listed

Expected behavior The endpoint should get the additional properties defined

image

image

IvanIlyichev commented 2 months ago

Hi @hlayisanimazuze. It's fixed, please check