summaryrefslogtreecommitdiff
path: root/custom_model.module
diff options
context:
space:
mode:
Diffstat (limited to 'custom_model.module')
-rwxr-xr-xcustom_model.module6
1 files changed, 5 insertions, 1 deletions
diff --git a/custom_model.module b/custom_model.module
index 85cf4d4..f1f07a9 100755
--- a/custom_model.module
+++ b/custom_model.module
@@ -157,7 +157,7 @@ function custom_model_menu()
'custom_model_abstract_bulk_approval_form'
),
'access arguments' => array(
- 'custom model bulk manage abstract'
+ 'custom model bulk manage submission'
),
'type' => MENU_LOCAL_TASK,
'weight' => 2,
@@ -461,6 +461,10 @@ function custom_model_permission()
'title' => t('custom model bulk manage abstract'),
'restrict access' => TRUE
),
+ 'custom model bulk manage submission' => array(
+ 'title' => t('custom model bulk manage submission'),
+ 'restrict access' => TRUE
+ ),
'custom model bulk delete abstract' => array(
'title' => t('custom model bulk delete code'),
'restrict access' => TRUE