Download & Extend

The access of build macro should be "create gmap macro" but not "create macro"

Project:GMap Field
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

on line 623:

  if (module_exists('gmap_macro_builder') && user_access('create macro')) {

should be:
  if (module_exists('gmap_macro_builder') && user_access('create gmap macro')) {

The access "create gmap macro" was given by gmap_macro_builder.module

Comments

#1

AttachmentSize
gmap_macro.jpg 11.64 KB

#2

Status:active» fixed

Updated, thanks. http://drupal.org/node/639870

#3

Status:fixed» closed (fixed)

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

nobody click here