-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Describe the bug
There are a number of tables that do not have a schema config records associated with them, which presents a problem as the "Hide Table" option is not available. This option controls whether or not users can see and add a table to the data entry menu.
Known tables:
- DNASequencingRunAttachment
- LocalityUpdate
- LocalityUpdateRowResult
This was reported by Museum für Naturkunde Berlin when going through and modifying the visibility of tables in the Schema Config.
Comparing the splocalecontainer name field against the tables in the schema config list (on the sp7demofish database) yielded the following results:
-
The
splocalecontainerrecordstaxononlyanddnasequencerunattachmentdo not exist in the data model -
The
splocalecontainerrecords are missing forlocalityupdateandlocalityupdaterowresultsplocalecontainer_2025_11_24.csv
all_schema_tables_2025_11_24.csv
To Reproduce
Steps to reproduce the behavior (can be done on any database, but links are for sp7demofish):
- Go to User Tools
- Go to Schema Config
- Select English and then choose the following tables (see the crash):
- DNASequencingRunAttachment (https://sp7demofish.specifycloud.org/specify/schema-config/en/DNASequencingRunAttachment)
- LocalityUpdate (https://sp7demofish.specifycloud.org/specify/schema-config/en/localityupdate)
- LocalityUpdateRowResult (https://sp7demofish.specifycloud.org/specify/schema-config/en/LocalityUpdateRowResult)
Error: Unable to find SpLocaleContainer for LocalityUpdateRowResult
Specify 7 Crash Report - 2025-11-24T21_01_56.920Z.txt
When reporting an issue on the production branch or any development version of Specify, please try to recreate the issue on the latest tagged release (v7) and indicate if it does not occur there, indicating a regression.
Expected behavior
These tables should have corresponding schema records, or at the very least, they should be hideable even if the field captions are non-editable.
Screenshots
Here an exemple with "DNASequencingRunAttachment"
If I click on this table, I will be taken directly to a blank page with an error message.
Reported By
Marion at MFNB on BoldDesk


