boolean attributes not set correctly on active flow
Brought to you by:
gsteimer,
tsgopensource
In the admin, the active flow object should have it's is_active_flow attribute set to TRUE when it is created. For some reason, this is set to false after a publish. The aw_psi object is still checked out, so this may have something to do with the higher priority checkout bug. After the checkout bug is fixed, we should test and verify the following attributes on aw_psi:
is_active_flow
is_test_psi
is_new_psi
Note - we should also be testing the workflow_active attribute. These tests should be done on the active flow as well as actual PSIs
The 'is_active_flow' and 'workflow_active' properties of the active flow object were not set in Open Content after a publish resulting in them defaulting to false. This was resolved once those properties were added in the publishPageSet function.