Download & Extend

I can't use taxonomy with dashboard

Project:Dashboard
Version:4.6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:merlinofchaos
Status:closed (fixed)

Issue Summary

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.

Comments

#1

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

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

Status:active» fixed

#5

Status:fixed» closed (fixed)