Mailing List Archive

[bricoleurs/bricolage] 4bdbf7: Fix workflow forgetting bug.
Branch: refs/heads/master
Home: http://github.com/bricoleurs/bricolage

Commit: 4bdbf7d0018b11f162d9ac84430885caa3fdd900
http://github.com/bricoleurs/bricolage/commit/4bdbf7d0018b11f162d9ac84430885caa3fdd900
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.