-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
Tooltips in table field display incorrect message for cit:party/*/cit:name #8630
Comments
Further to this bug - |
In "form-builder.xsl" we see the 'tooltips' varible populated this way: |
Found and implemented a local fix. Hesitant to submit without a bit of feedback on the approach. The fix was indeed in form-builder.xml, but not the line cited above. This issue is that when data is in tables, the 'context' parameter, selected by
Our question is, is there a case where the parent value passed as 'context' would ever be more appropriately extracted from the page layout rather than the schema? If not, we can remove the condition and always set this to a value from the schema? |
Describe the bug
When editing an ISO19115-3 record in GN4.2.5, the tooltip text displays the wrong text for cit:party/*/cit:name - both for cit:CI_Organisation and cit:individual. Instead, it displays the value for '<element name="cit:name" context="cit:CI_OnlineResource" id="409.0">'
To Reproduce
Steps to reproduce the behavior (in an unmodified GN4.2.5):
Screenshots
Log file
If applicable, add the server log file to help trace your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: