‎2025 Apr 08 6:57 PM - edited ‎2025 Apr 08 7:06 PM
We have observed a issue in Fiori Elements based List Report CAPM application for newer SAPUI5 versions > 1.120.0
We are currently on SAPUI5 version 1.134.0. We have defined annotation based drop down on object page as below and it renders fine with required values on UI.
Now every time we change value of this drop down, we observe an extra PATCH call triggered immediately on entity, trying to update the entity with this changed value of property referenced by dropdown, in this case firstName.
This causes wrong updating of entity value in database and if entity is defined @readonly, error is generated saying we are trying to update read-only entity.
Please guide on how to avoid this extra PATCH call or any workaround.
Please find below repo replicating the issue.
https://github.com/MudassirHasan1/ui5service
Regards.
Request clarification before answering.
1.120?1.134? which one is newer?
if it is readonly, why you make it updatable in ui?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.