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.
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
Comment #1
danielb commentedGood idea
Comment #2
danielb commentedI've added this into the latest releases.
Comment #3
denis_sle commentedThank 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.
Comment #4
danielb commentedoh really :(
Comment #5
danielb commentedI 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.
Comment #6
denis_sle commentedquick and nice! thank you