Bug #9368
Genre taxonomy is messed up
Status: | Verified | Start date: | 01/27/2016 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Dan Gillean | % Done: | 0% | |
Category: | Taxonomy / Term | |||
Target version: | Release 2.3.0 | |||
Google Code Legacy ID: | Tested version: | 2.3 | ||
Sponsored: | No | Requires documentation: | No |
Description
To reproduce:
- Browse to the genres taxonomy (manage -> taxonomies)
- Click any of the terms on the right hand side
Result: It produces a not found page when the term is clicked. Also, the terms aren't populated on the left hand browse bar when they ought to be.
History
#3 Updated by Mike Gale over 6 years ago
- Assignee changed from Mike Gale to José Raddaoui Marín
#4 Updated by Mike Gale over 6 years ago
- Status changed from New to Code Review
#5 Updated by Mike Gale over 6 years ago
- Status changed from Code Review to QA/Review
- Assignee changed from José Raddaoui Marín to Dan Gillean
This will require you to drop the database / re-install AtoM, as this change is in the 'fixtures' which get generated on install.
#6 Updated by Dan Gillean over 6 years ago
- Status changed from QA/Review to Verified
- Requires documentation set to No
- Tested version 2.3 added
#7 Updated by Mike Gale over 6 years ago
Just FYI: If we have an existing client with this issue where re-installing AtoM is not an option, you can manually fix this on an existing install via the SQL command:UPDATE term SET parent_id=110 WHERE parent_id IS NULL AND taxonomy_id=78;