need to add hook_help() function in .module file. and remove unwanted function
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 30.12.2022_19.00.16_REC.png | 13.92 KB | charchil khandelwal |
| #8 | 3299696-8.patch | 1.33 KB | heni_deepak |
| #5 | patch-applied-cleanly.png | 69.55 KB | anoopsingh92 |
| #2 | Unused-variable-3299696-2.patch | 449 bytes | Harsh panchal |
Issue fork files_upload-3299696
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
Harsh panchal commentedI have fixed this and providing a patch.
Comment #4
anoopsingh92Comment #5
anoopsingh92Hi @Harsh, Your patch was applied cleanly. It is working fine for me.
Thanks for the patch. Moving it to RTBC.
Comment #6
heni_deepak commentedneed to replaced hook_form_alter() to hook_help()
So i will change the issue summery and mark as need work.
Comment #7
heni_deepak commented@ Harsh panchal thanks for notify me.
Comment #8
heni_deepak commentedI have added reference patch. please review.
Comment #9
heni_deepak commentedComment #11
charchil khandelwal commentedPatch #8 tested and applied successfully.
Comment #12
jay jangid commentedI will review this patch.
Comment #13
jay jangid commentedPatch #8 working successfully.
Result:-Add hook_help() in module file.
Thank you.
Comment #15
Sonal Gyanani commentedComment #16
Manoj Raj.R commentedThanks @Sonal Gyanani, your new MR!4 probably needs to be reviewed by someone else, to change status to RTBC.
Comment #17
Manoj Raj.R commentedhook_help() Looks good to me. Nice catch and providing hook_help instead of hook_form_alter.
LGTM
+1 RTBC
Comment #18
jay jangid commentedThanks @Sonal Gyanani for new MR 4.
Looks good to me.
Moving to RTBC +.
Comment #20
heni_deepak commentedThanks @all