branch icon

Angular - Master-Child Proxy Generation Problem on Camel-cased Child Entities #17596

Description

Resolves #17567 and here is a recording that shows the cases that can be considered

Checklist

  • I fully tested it as developer
  • No need for documentation
  • I've assigned reviewer, related labels and set a milestone for this PR

How to test it?

  1. Run deploy-suite-run-before-nuget.ps1 to deploy the schematics folder that is in abp -> npm.
  2. Run suite and open a project.
  3. Create master and child entities with & without camel cases (I have also tested the property navigations for child entities in the same way).
  4. You may need to regenerate the proxy if you still get errors on the backend side. In order to manage this, you need to run abp generate-proxy -t ng -a <project-name> under the angular root directory and the project should be up in the meantime.
Version
8.1.3
Release Date
15 May, 2024
Labels
ui-angular bug abp-suite