Problem/Motivation

No where in the node.tpl.php contains a class of the node-type. This causes the drag and drop functionality of the Media Gallery module to fail.

Proposed resolution

In the div that directly wraps the content add the node-type as a class.

Remaining tasks

I will be submitting a patch, will need to be reviewed

CommentFileSizeAuthor
#1 business-node-type-class-1155816-1.patch486 bytesxeraseth

Comments

xeraseth’s picture

Priority: Normal » Minor
Status: Active » Needs review
StatusFileSize
new486 bytes

Submitting patch for review

devsaran’s picture

Thanks for your patch.. Let me update it in code..

devsaran’s picture

Status: Needs review » Closed (fixed)

Patch is added in the 7.x-1.x .. Soon it will added in next release 7.x-1.6.

  • Commit b45b0f1 on 7.x-1.x, 8.x-1.x by saran.quardz:
    Issue #1551252 : node-type css class is added.