Closed (fixed)
Project:
Answers
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2012 at 18:32 UTC
Updated:
29 May 2012 at 00:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
ezra-g commentedDiscussed with hefox in IRC and we concluded that field access is the best way to go here.
Comment #2
laurentc commentedUpdate of the patch so it can work with latest commits
Comment #3
ezra-g commentedThe patch in #2 is missing the call to menu_get_object(). Attached is a straight re-roll of the original patch applied with patch -p1.
Comment #4
chipcleary commentedReviewed & validated. Thanks! I've committed this to 6.x-2.x-dev.
Comment #5
chipcleary commentedNow to be ported to 7.x-3.x-dev.
Comment #6
chipcleary commentedAck. I found an issue with the previous approach. It was interfering with creating new answers ... stopping the node reference link from being filled in.
Small edit included. Added
&& $op == 'view'to the patch:Patch updated.
Comment #7
chipcleary commentedComment #8
chipcleary commentedPatch now attached.