pnp / sp-dev-fx-controls-react

Reusable React controls for SPFx solutions
https://pnp.github.io/sp-dev-fx-controls-react/
MIT License
380 stars 380 forks source link

Dynamic Form - Saving not working #1840

Open Chris-dot-net opened 1 week ago

Chris-dot-net commented 1 week ago

Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your needs please complete the below template to ensure we have the details to help. Thanks!

Please check out the documentation to see if your question is already addressed there. This will help us ensure our documentation is up to date.

Category

[ ] Enhancement

[X] Bug

[ ] Question

Version

Please specify what version of the library you are using: [ 3.18.1]

Expected / Desired Behavior / Question

If I fill out my form, it will create a functioning rest api call to push the new item to the list. https://\<tenant>/sites/\<site>/_api/web/lists('49fb78de-3a82-4627-affd-534862428ca8')?$select=ListItemEntityTypeFullName

Observed Behavior

If i place my webpart with the dynamic form on a page it creates a faulty rest api call and does not proceed: https://\<tenant>/sites/\<site>/SitePages/_api/web/lists('49fb78de-3a82-4627-affd-534862428ca8')?$select=ListItemEntityTypeFullName

Steps to Reproduce

  1. Create a spfx webpart and use the dynamic form to add items to an existing list
  2. add this spfx solution to your tenant and add it on a new page located in sitepages but not as homepage
  3. try to add your listitem
github-actions[bot] commented 1 week ago

Thank you for submitting your first issue to this project.