Skip Menu |

This queue is for tickets about the Jifty CPAN distribution.

Report information
The Basics
Id: 73744
Status: new
Priority: 0/
Queue: Jifty

People
Owner: Nobody in particular
Requestors: tsibley [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Avoid read checks against an empty object in Jifty::Action::Record::Create
Date: Wed, 04 Jan 2012 13:15:12 -0500
To: bug-Jifty [...] rt.cpan.org
From: Thomas Sibley <tsibley [...] cpan.org>
13:11 <@trs> I do think there's a minor jifty bug here. 13:13 <@trs> Jifty::Action::Record::Create should override or otherwise affect _setup_event_before_action to not call $self->record->as_hash. 13:14 <@trs> since doing so is kinda crazy in a Create 13:14 <@trs> (and leads to situations where you get a read check on an empty object)