I can't use taxonomy with dashboard
ec - December 12, 2005 - 17:35
| Project: | Dashboard |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | merlinofchaos |
| Status: | closed |
Jump to:
Description
Hi Merlin, thanks for this very nice module ! I'm trying to tag some dashboard with "terms" but when I edit one I can't see the drop box with the terms ! Any Idea ? Thanks, eric.

#1
It looks like I have a goofy bug on line 72.
<?php$output .= implode('', taxonomy_node_form('page', $node));
?>
Should read
<?php$output .= implode('', taxonomy_node_form('dashboard', $node));
?>
Let me know if this works.
#2
You've got it, works fine. thank you very much for this quick answer. regards, eric
#3
Fixed, checked into HEAD in 4.6 version. This shouldn't affect the 4.7 version.
#4
#5