summaryrefslogtreecommitdiff
path: root/custom_model.module
diff options
context:
space:
mode:
authorSashi202019-12-09 09:57:10 +0530
committerSashi202019-12-09 09:57:10 +0530
commit8dc7e948eeec14a32d4d49c8e0965d92b470c0d2 (patch)
treecad304f8337849ec233d51e9abcde5a3fe09e99d /custom_model.module
parentc62fd08b7b6d4c49745aa1d90a780417391c3fd7 (diff)
downloaddwsim_custom_model-8dc7e948eeec14a32d4d49c8e0965d92b470c0d2.tar.gz
dwsim_custom_model-8dc7e948eeec14a32d4d49c8e0965d92b470c0d2.tar.bz2
dwsim_custom_model-8dc7e948eeec14a32d4d49c8e0965d92b470c0d2.zip
Modify form name to manage bulk submission
Diffstat (limited to 'custom_model.module')
-rwxr-xr-xcustom_model.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_model.module b/custom_model.module
index 7cf9e20..5530670 100755
--- a/custom_model.module
+++ b/custom_model.module
@@ -153,7 +153,7 @@ function custom_model_menu()
'description' => 'Bulk Mangage submission',
'page callback' => 'drupal_get_form',
'page arguments' => array(
- 'custom_model_abstract_bulk_approval_form'
+ 'custom_model_abstract_submission_bulk_approval_form'
),
'access arguments' => array(
'custom model bulk manage submission'