We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/specify/specify6/blob/945d28f00288d2d64979848fb2fb63fda34bdd1b/config/common/common.views.xml#L1904C1-L1908C1
When uncommenting these fields, the occurrence of yesNo1 twice in the form causes the form to render blank. Delete the second occurrence.
The text was updated successfully, but these errors were encountered:
Also remove the hardcoded: label="yesNo1" label="yesNo2"
Sorry, something went wrong.
change id="6" on AddressOfRecord field to be id="AddressOfRecord" so it does not conflict with the viewname="BorrowAgent" id="6"
change id="6"
AddressOfRecord
id="AddressOfRecord"
viewname="BorrowAgent" id="6"
ID's for 9 and 10 for timestamps conflict with IDs used above. Consider changing IDs to have the same value as the name field for each cell.
<row> <cell type="label" labelfor="9" /> <cell type="field" id="9" name="createdByAgent" uitype="label" readonly="true" uifieldformatter="Agent" /> <cell type="label" labelfor="10" /> <cell type="field" id="10" name="modifiedByAgent" uitype="label" readonly="true" uifieldformatter="Agent" /> </row> <row> <cell type="label" labelfor="11" /> <cell type="field" id="11" name="timestampModified" uitype="label" readonly="true" /> <cell type="label" labelfor="12" /> <cell type="field" id="12" name="timestampCreated" uitype="label" readonly="true" /> </row>
No branches or pull requests
https://github.com/specify/specify6/blob/945d28f00288d2d64979848fb2fb63fda34bdd1b/config/common/common.views.xml#L1904C1-L1908C1
When uncommenting these fields, the occurrence of yesNo1 twice in the form causes the form to render blank.
Delete the second occurrence.
The text was updated successfully, but these errors were encountered: