specify / specify6

Source Code for Specify 6, Biological Collections Management Platform
https://specifysoftware.org
GNU General Public License v2.0
14 stars 6 forks source link

paleo.views.xml: ViewDev: Preparation: DeaccessionPreparation2 should be DisposalDeaccPreparation #1225

Open mcruz-umich opened 9 months ago

mcruz-umich commented 9 months ago

https://github.com/specify/specify6/blob/945d28f00288d2d64979848fb2fb63fda34bdd1b/config/invertpaleo/manager/paleo.views.xml#L658C52-L658C75

Note: The CO form loads the Preparation subview which tries to load the deaccession subview. This fails, so then Specify defaults to the common.views.xml definition instead of using the paleo.views.xml when loading the CO form.

BEFORE:

AFTER: <cell type="subview" viewname="DisposalDeaccPreparation" id="deaccprep" name="disposalPreparations" defaulttype="table" rows="2" colspan="17" />