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
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

merlinofchaos - December 12, 2005 - 19:37
Assigned to:Anonymous» merlinofchaos

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

ec - December 12, 2005 - 22:11

You've got it, works fine. thank you very much for this quick answer. regards, eric

#3

merlinofchaos - December 12, 2005 - 22:21

Fixed, checked into HEAD in 4.6 version. This shouldn't affect the 4.7 version.

#4

merlinofchaos - December 12, 2005 - 22:23
Status:active» fixed

#5

Anonymous - December 26, 2005 - 22:40
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.