-
Notifications
You must be signed in to change notification settings - Fork 74
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
Fix dynamic field set value rendering #2814
Comments
…sing it to correctly retrieve BaseEntity values when used in set fields.
…sing it to correctly retrieve BaseEntity values when used in set fields.
…y value before transformation instead.
…sing it to correctly retrieve BaseEntity values when used in set fields.
…y value before transformation instead.
Reopening because there is a test failure in scripts/test/DynamicField/ValueSetGet.t which might be related to this issue. Specifically 4030748 .The case in question is the SetOfAgentsAndTexts, test number 85, test case. My hunch is that the test script needs to be updated. |
I'll have a look on monday - thank you for testing =) |
I just encountered the test failure myself and this certainly has something to do with changed behavior of one of the field drivers:
At line 129 in |
I was wrong - unit test needed indeed to be adapted. |
@bschmalhofer PR with fix is merged - can you run the tests again to verify that the fix is correct? |
The failure in ValueSetGet.t is gone now. Closing this issue again. |
There are a few known bugs when rendering a dynamic field set with stored values.
Also, using a dynamic field which is based on BasedEntity in a set causes problems.
The text was updated successfully, but these errors were encountered: