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
Expand on draft enabled entity #63
Comments
|
@johannes-vogel can you take this, or someone from your team? |
|
@chgeo @sbarzaghialteaup We'll investigate and let you know. |
Hi, news? Thank you |
|
@sbarzaghialteaup Please bear with us. We are working on it. |
|
@sbarzaghialteaup: We implemented navigation using association from draft to active entity. Fix to be provided with the next release. |
|
In some of our valuehelps, we provide not saved data to the user. It worked fine for a while but i think this change, changed this Select too. So we only get the isactiveentity = true data. Exists there a property or an other solution to control it? Atm we overwrite it in the begin handler, its a fix but not a solution. |
Hi,
I have a problem using TextArrangement if the associated entity is draft enabled.
Scenario:
I edit the "Systems" entity with Fiori then I use the value help on the "server" field, when I close the value help I get the ID instead of the name:

Investigating I found that the get on the "Systems" draft entity returns null in the expand:
If I remove the draft annotation on the "Servers" entity there is no the problem.
If I create a draft version of the "Server" entity I don't have the problem.
Seems that the expand is trying to read the draft version of the "Servers" entity.
This repository shows the problem:
https://github.com/sbarzaghialteaup/cap_test_draft
Thanks and Best Regards
The text was updated successfully, but these errors were encountered: