Cannot add new taxa, with fix. #43
foozleface
started this conversation in
Problems/Bugs
Replies: 1 comment 1 reply
-
Bad git merge on my part, files are NOT missing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hitting /taxa/taxonomy/taxonomyloader.php and trying to add any new taxa, you'll get a pop up warning: "Parent identifier is not set! Make sure to select parent taxon from the list".
The problem is setParent in taxa.taxonomyloader.js:
`
function setParent(parentName, unitind1){
`
This file is missing. Re-adding it from an older version (to taxa/taxonomy/rpc/gettid.php) solves the issue.
Beta Was this translation helpful? Give feedback.
All reactions