Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2012 at 01:09 UTC
Updated:
15 Dec 2012 at 11:35 UTC
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
Comment #1
chi commentedIs it a project application issue?
Comment #2
abrakadobr commentedyes.
Comment #3
chi commentedPlease read this documentation about approval process
Apply for permission to create full projects
Comment #4
sanchi.girotra commented1.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";
Comment #5
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.