Are there any plans to port this module to Drupal 7? Is there some other way to achieve the similar functionality in Drupal 7?

Without this and/or comment driven, i don't really see how Drupal 7 can be used for Project Management tasks. Any advice?

CommentFileSizeAuthor
#6 screenshot9.png44.91 KBrobloach

Comments

Niklas Fiekas’s picture

Subscribe.

mattbk’s picture

Subscribe.

geerlingguy’s picture

Subscribe.

andypost’s picture

+1

robloach’s picture

Component: Code » Miscellaneous
Priority: Normal » Critical
Issue tags: +port to d7

Might run into this sometime soon.

robloach’s picture

Title: Port to Drupal 7 » Port to Drupal 7 [Deprecated by Rules]
Status: Active » Reviewed & tested by the community
StatusFileSize
new44.91 KB

You can accomplish what the Comment Alter Taxonomy module does with Rules:

  1. After saving a new comment
  2. When the comment has the field (field_tag)
  3. And the node has the field (field_tag)
  4. Set a data value of comment:node:field_tag to equal the value of comment:field_tag

Rules rules! We should update the module page to document this.

damien tournoud’s picture

Title: Port to Drupal 7 [Deprecated by Rules] » Port to Drupal 7
Status: Reviewed & tested by the community » Active

You don't seem to understand the scope of this module... it's slightly more complex then a single rule.

See http://drupal.org/sandbox/tstoeckler/1093448 for a possible way forward.

robloach’s picture

Ah, cool. Thanks! Never really used the permission stuff that's included in this module. What I documented above accomplishes what I needed from the module. Just wanted to let people know who need it.

webchick’s picture

Title: Port to Drupal 7 » Port to Comment Alter Taxonomy to Drupal 7
Issue tags: +drupal.org D7, +porting

Tagging.

traviscarden’s picture

Title: Port to Comment Alter Taxonomy to Drupal 7 » Port Comment Alter Taxonomy to Drupal 7

Little typo.

dww’s picture

Priority: Critical » Normal
Issue tags: -drupal.org D7

Drupal.org won't care about this module for D7, since project_issue isn't going to be trying to alter the node via comments. See #1545922: [META] Issue page redesign for more.