Thank you for grate module!
One issue:
The node access remain to be restricted even after product was deleted.
To solve it, you need to add to nodeapi hook "delete" handle with node_access_rebuild() in it.

Comments

danielb’s picture

Good idea

danielb’s picture

Status: Active » Fixed

I've added this into the latest releases.

denis_sle’s picture

Thank you for quick response!
I've tried to use latest release (5.x.2.3), but the problem was not solved yet.
According to logic of your module, we need to remove all appropriate records from `ec_nodeaccess_products` table first, and after it invoke node_access_rebuild();
Please update your nice module.

danielb’s picture

oh really :(

danielb’s picture

I tell you what I did, instead of removing the records, I inserted a new row with blank info. This is because of a wierd design choice to track historic information for a particular config option to work.

denis_sle’s picture

quick and nice! thank you

Status: Fixed » Closed (fixed)

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