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/backstop/global.views.xml#L879C63-L879C63
Change id="31" to id="groups" Change id="10" to id="variants"
BEFORE
<row> <cell type="subview" viewname="GroupPersons" id="31" name="groups" defaulttype="table" colspan="19" /> <!-- initialize="addsearch=true"/> --> </row> <row> <cell type="subview" viewname="AgentVariant" id="10" name="variants" colspan="19" /> </row>
AFTER
<row> <cell type="subview" viewname="GroupPersons" id="groups" name="groups" defaulttype="table" colspan="19" /> <!-- initialize="addsearch=true"/> --> </row> <row> <cell type="subview" viewname="AgentVariant" id="variants" name="variants" colspan="19" /> </row>
The text was updated successfully, but these errors were encountered:
Fix IDs for Agent subviews
80c271a
Fixes specify/specify6#1228
Fixed in specify/specify7@80c271a
Sorry, something went wrong.
No branches or pull requests
https://github.com/specify/specify6/blob/945d28f00288d2d64979848fb2fb63fda34bdd1b/config/backstop/global.views.xml#L879C63-L879C63
Change id="31" to id="groups"
Change id="10" to id="variants"
BEFORE
AFTER
The text was updated successfully, but these errors were encountered: