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.

Comments

colan’s picture

Status: Active » Needs review
StatusFileSize
new946 bytes

Here it is.

johnv’s picture

Title: Historical records from Drupal 6 are missing » Historical records from are missing after update to v7.x-2.x
Version: 7.x-2.x-dev » 7.x-2.0-beta7
Status: Needs review » Fixed

That 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.

colan’s picture

Thanks, 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).

johnv’s picture

OK, I'll try those options next time. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.