Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Workflow CPAN distribution.

Report information
The Basics
Id: 38023
Status: resolved
Priority: 0/
Queue: Workflow

People
Owner: jonasbn [...] cpan.org
Requestors: robert.stockdale [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.32_2
Fixed in: 1.32



Subject: Missing $ in error message
There is a missing $ in front of orig_condition causing the literal term 'orig_condition' to be included in the error message instead of the value of the variable in the following code: workflow_error "No access to action '$action_name' in ", "state '$state' because cached ", "condition 'orig_condition' already ", "failed before.";
Subject: Re: [rt.cpan.org #38023] Missing $ in error message
Date: Tue, 29 Jul 2008 21:48:56 +0200
To: bug-Workflow [...] rt.cpan.org
From: Jonas Brømsø Nielsen <jonasbn [...] gmail.com>
Thanks, I will have a look at it ASAP. jonasbn On 29/07/2008, at 21.45, Robert Stockdale via RT wrote: Show quoted text
> Tue Jul 29 15:45:04 2008: Request 38023 was acted upon. > Transaction: Ticket created by stocks29 > Queue: Workflow > Subject: Missing $ in error message > Broken in: 0.32_2 > Severity: Normal > Owner: Nobody > Requestors: robert.stockdale@gmail.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=38023 > > > > There is a missing $ in front of orig_condition causing the literal > term > 'orig_condition' to be included in the error message instead of the > value of the variable in the following code: > > workflow_error "No access to action '$action_name' in ", > "state '$state' because cached ", > "condition 'orig_condition' already ", > "failed before."; >
Hello Robert, This has been fixed and will be included in the next release. jonasbn