Closed (fixed)
Project:
Unfuddle Feedback
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2011 at 16:35 UTC
Updated:
30 Jun 2013 at 17:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunLooks like we should have tests for this?
Comment #2
jody lynnMoving to unfuddle feedback queue. I think we can just run a feedback_load within unfuddle_feedback_post_ticket() to ensure we have a fully loaded entry object.
Comment #3
barancekk commentedI checked the feedback module and other modules that depends on it. For now we can classify this issue of feedback module as its feature and add the 'name value' for the user in unfuddle_feedback module. I prepared the patch that solves this problem for now. Changed is unfuddle_feedback_post_ticket function in unfuddle_feedback module. Since this function already loads user data I just added the name to $entry object that is later passed to feedback module.
Patch is in attachment.
Comment #4
jody lynnUse $entry->name here too?
Comment not needed.
$name variable not needed.
Just use $entry->name not $name here as well
Comment #5
barancekk commentedI made changes with name variable and code. New patch is included in attachment.
Thank you
Comment #6
jody lynnCommitted. Thanks.
Comment #7
jody lynnCommitted. Thanks.