We decided not to display subfields other than 710 $a in the editor, but this means that we can by mistake add an authority that has $g and we don't notice that because that subfield that doesn't display.
710 (or 711) with $g should never be added, that's our policy. $g can only be used in 610 (or 611).
Could we possibly limit the auth lookup in 710/711 to only 110 that don't have $g? We need to allow for lookup of 710 with $9, so we cannot just exclude all subfields other than $a.
We decided not to display subfields other than 710 $a in the editor, but this means that we can by mistake add an authority that has $g and we don't notice that because that subfield that doesn't display.
710 (or 711) with $g should never be added, that's our policy. $g can only be used in 610 (or 611).
Could we possibly limit the auth lookup in 710/711 to only 110 that don't have $g? We need to allow for lookup of 710 with $9, so we cannot just exclude all subfields other than $a.
https://github.com/user-attachments/assets/03b4a1f3-5cb5-422a-b066-fe5386525a44
Related to #1404