After upgrading from Drupal 6, historical transitions (the transition history) are not listed on the Workflow tab.
This is because the entity type was not set to 'node' during the upgrade. I'll have a patch for this in a minute.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | workflow-set_entity_type_to_node-2165179-1.patch | 946 bytes | colan |
Comments
Comment #1
colanHere it is.
Comment #2
johnvThat was stupid: table workflow_scheduled_transitions was updated, but workflow_node-history was not.
Thanks. This is committed here. I mentioned your noame, but forgot proper attribution :-( Will do better next time.
Comment #3
colanThanks, but you can always fix it by running "git revert" on your commit (to undo), and then "git am" to reapply my patch. With "git am" it uses the extra metadata I supplied so you don't need to explicitly state the author (it's already in the patch metadata).
Comment #4
johnvOK, I'll try those options next time. Thanks.