-
Notifications
You must be signed in to change notification settings - Fork 36
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
Typo in child COG error message #6099
Comments
It's not coming from the schema from what I can tell, but I can recreate the issue. Here's the schema: SELECT slc.Name AS 'Database Field', sps.`Text` AS 'Field Label', splc.Name AS 'Database Table', slc.IsHidden AS 'Is Hidden?', slc.Format AS 'Field Format', slc.PickListName, slca.Name,
slc.SpLocaleContainerItemID AS 'Container ID'
FROM splocaleitemstr sps
JOIN splocalecontaineritem slc ON sps.SpLocaleContainerItemNameID = slc.SpLocaleContainerItemID
JOIN splocalecontainer slca ON slc.SpLocaleContainerID = slca.SpLocaleContainerID
JOIN splocalecontainer splc ON slc.SpLocaleContainerID = splc.SpLocaleContainerID
JOIN discipline d ON slca.DisciplineID = d.disciplineId
WHERE splc.Name LIKE '%collectionobjectgroup%'
ORDER BY splc.Name;
|
NOTES: |
From #6073 (comment) I believe the issue discovered by @emenslin has the same underlying cause, so I am going to tentatively reopen this Issue for re-investigation. |
See #6165 |
Describe the bug
There's a typo in the error for when you remove the name of a child COG from another COG .
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should say "Child COG" instead of "Hild Cog".
Screenshots
Please fill out the following information manually:
The text was updated successfully, but these errors were encountered: