This module allows separate access to different ubercart product attribute options using roles.
Module has "global" settings and also supports individual settings per node.
I found no similar modules (that's the reason of developing, ofc), only http://drupal.org/project/uc_attribute_per_role do something similar, but it separates access to Attributes, not to Attribute Options.
This is D6 project.

Link to project: http://drupal.org/sandbox/abrakadobr/1670380 .
Git link i got from Version Control page: git clone --recursive --branch master git.drupal.org:sandbox/abrakadobr/1670380.git

Comments

chi’s picture

Is it a project application issue?

abrakadobr’s picture

yes.

chi’s picture

Project: UC Attribute Options Access » Drupal.org security advisory coverage applications
Component: Code » module
Issue tags: +PAReview: Ubercart

Please read this documentation about approval process
Apply for permission to create full projects

sanchi.girotra’s picture

Status: Needs review » Needs work

1.Please provide git link corresponding to non maintainer like "http://git.drupal.org/sandbox/abrakadobr/1670380.git" and provide Module version in the issue summary.
2.Please review your module using Coder Module and see automated review here.
Manual Review:
1. In .info file, remove ; $Id$ .
2.In .install file, we need not to seperatly install and uninstall a schema its being handled by hook_schema() only refer http://api.drupal.org/api/drupal/developer/hooks/1install.php/function/h....
so no use of writing uc_attribute_options_access_install().
3.In .module file, Please provide proper documentation of functions used and also remove the commented code.
4.In .Module file, not defined permission "administer store";

klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.