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
377 stars 74 forks source link

`Create new version` does not redirect to designer after version creation #2388

Open hlayisanimazuze opened 3 days ago

hlayisanimazuze commented 3 days ago

After using the ‘Create New Version’ function, the system does not append the new version’s ID to the URL

Steps to reproduce the behavior:

  1. Go to 'https://functional-adminportal-test.azurewebsites.net/dynamic/shesha/forms'
  2. Select an item from the table
  3. Click on 'Create New Version'
  4. Click on 'Yes'
  5. Actual Results: The actionResponse id is not appended on the navigation url

This is also affected the details view creation

Expected behavior After creating a new version, the system should navigate to the designer based on the configuration

hlayisanimazuze commented 3 days ago

Hi @nthangeniphumudzo, can you please review the code you wrote before on the create new version to ensure the issue is not related to that.