Based on Integrate Order Revisions with Views:

The product revision system is in place, but there's currently no way to view changes.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cvangysel’s picture

Assigned: Unassigned » cvangysel
Status: Active » Needs review
FileSize
21.68 KB

Attached to this post is a patch that integrates product revisions with views and adds a revisions tab to the admin product view.

rcross’s picture

Status: Needs review » Needs work

looks ok to me. I would suggest making the default order to be by revision id. otherwise good to go.

brunorios1’s picture

looks ok to me too...

rcross’s picture

Status: Needs work » Reviewed & tested by the community
rszrama’s picture

Assigned: cvangysel » Unassigned
Status: Reviewed & tested by the community » Fixed

Agreed with Ryan about the default order and also added in a relationship to the user who created the revision. I'm not a huge fan of the administrative permission based access control - but I don't know a better way to inject access control into the View. Maybe we can consider a custom argument handler for our entities in the future if need be to make it based on permissions / product access. This gets the job done for now, though.

Thanks for the reviews.

Commit: http://drupalcode.org/project/commerce.git/commitdiff/fdf33d4

Status: Fixed » Closed (fixed)

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