Skip to content
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

Agent: groups + variants subviews do not render unless you change their ID values #1228

Open
mcruz-umich opened this issue Oct 18, 2023 · 0 comments

Comments

@mcruz-umich
Copy link

mcruz-umich commented Oct 18, 2023

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant