Mailing List Archive

[bricoleurs/bricolage] a53aff: Fix workflow forgetting bug.
Branch: refs/heads/rev_1_10
Home: http://github.com/bricoleurs/bricolage

Commit: a53affd135f292f7b27433a8fbe4eb9ee3648428
http://github.com/bricoleurs/bricolage/commit/a53affd135f292f7b27433a8fbe4eb9ee3648428
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-02-23 (Tue, 23 Feb 2010)

Changed paths:
M lib/Bric/Changes.pod
M lib/Bric/SOAP/Workflow.pm
M lib/Bric/Util/Burner.pm

Log Message:
-----------
Fix workflow forgetting bug.

Bric::Util::Burner's `publish()` method no longer removes documents from workflow after publishing them, as such is the responsbility of the code that calls publish. The publish callback already did, and now so does the Bric::SOAP::Workflow `publish()` method. Thanks to David Beaudet for the report and Aaron Fuleki for the steps to replicate [#98 state:resolved].