Posted by 1kenthomas on September 14, 2008 at 2:37am
Jump to:
| Project: | Workflow-ng |
| Version: | 5.x-2.x-dev |
| Component: | State Machines |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
When a state change occurs, workflow_ng -2.0 and -2.1 seems to create a new, BLANK version of the address field for GCG-enabled nodes (db table gmaps_addresses). -dev seems to not create a new version/row, but to BLANK out the existing version on state change.
Will try to trace through a debugger as time permits.
Comments
#1
gcg adresses? What's done by states is probably just a node_save($node).
#2
Interesting. Haven't had a change to do a debug run through it; I'll breakpoint the node_save($node)-s. Thanks.
#3
Outdated, closing.