That way, modules that change these callbacks by implementing hook_entity_info_alter() (eg. Taxonomy Redirect) will work in conjunction with with Term Reference Tree.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | term_reference_tree-entity_info-1505398-1.patch | 1.47 KB | Matthew Davidson |
| term_reference_tree-entity_info.patch | 948 bytes | Matthew Davidson |
Comments
Comment #1
Matthew Davidson commentedOh, and I don't know how careful other modules (or even core) are about this, but we should make allowance for the possibility that the URI callback returns uri() options as well as a path.
Comment #2
bartk commentedApplied patch in latest git revision. Thanks!