Export Fails on Content Types - Not all data is exported

Posts: 375
Joined: 10/16/2007
Posts: 375
Joined: 10/16/2007

Has this solution been implemented?

Quote:

The easiest thing is to change uc_product_perm() to return node type permissions for every class. node_perm() only does those node types the node module has control over, and leaves uc_product to deal with its own.

I've got a solution that works, I think, and it has an added bonus of not affecting the existing "create products", etc. permissions. Look for it in the Bazaar repository or the next release.

Posts: 2267
Joined: 08/07/2007
AdministratoreLiTe!

Yes it has, but I don't remember when that happened, or if it made it into the 1.0 version. Basically, if you've made product classes, you should see permissions for "create [type]", "edit [type]", and "edit own [type]" under uc_product, just like you do for other node types under node.