-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use derived constant in entity-react generator #14628
Conversation
Including correct bigdecimal support for react ;-). |
@deepu105 a little review please if you can, mshima already spent too much hours on similar ones and I don't want to get him bored :-). |
...ty-client/templates/common/src/test/javascript/cypress/integration/entity/entity.spec.ts.ejs
Outdated
Show resolved
Hide resolved
...ity-client/templates/react/src/test/javascript/e2e/entities/entity-update-page-object.ts.ejs
Outdated
Show resolved
Hide resolved
...rators/entity-client/templates/react/src/main/webapp/app/entities/entity-reducer.spec.ts.ejs
Outdated
Show resolved
Hide resolved
generators/entity-client/templates/react/src/main/webapp/app/entities/entity.tsx.ejs
Outdated
Show resolved
Hide resolved
...ity-client/templates/react/src/test/javascript/e2e/entities/entity-update-page-object.ts.ejs
Outdated
Show resolved
Hide resolved
There are changes in the generated react code, I will let someone else say if the change is correct. |
The changes are on the bigdecimal handling: it looks like it was not supported in react before this update |
...rators/entity-client/templates/react/src/main/webapp/app/entities/entity-reducer.spec.ts.ejs
Outdated
Show resolved
Hide resolved
…ntities/entity-reducer.spec.ts.ejs Co-authored-by: Marcelo Shima <[email protected]>
contributes to #14235
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.