- Issue created by @nidhi27
- 🇮🇳India Akshay kashyap
Create a patch to implement the hook help. Please check
- @akshay-kashyap opened merge request.
- Status changed to Needs review
over 1 year ago 10:43am 31 May 2023 - Status changed to Needs work
over 1 year ago 10:54am 31 May 2023 - 🇵🇭Philippines clarkssquared
Hi Akshay kashyap
I applied your patch #2 to my local with Drupal 9.5.9 and it applied cleanly, however, when I tried to check the module in /admin/modules my site encountered a WSOD and threw an error below
The website encountered an unexpected error. Please try again later.
ParseError: syntax error, unexpected single-quoted string "", expecting ";" in Drupal\Core\Extension\Extension->load() (line 33 of modules/contrib/design_system/design_system.module).
Drupal\Core\Extension\Extension->load() (Line: 128)
Drupal\Core\Extension\ModuleHandler->load('design_system') (Line: 141)
Drupal\Core\Extension\ModuleHandler->loadAll() (Line: 602)
Drupal\Core\DrupalKernel->preHandle(Object) (Line: 46)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)Please also look at the screenshot attached for your reference.
Thank you.
- Status changed to Needs review
over 1 year ago 11:02am 31 May 2023 - Status changed to RTBC
over 1 year ago 12:27pm 31 May 2023 - 🇵🇭Philippines clarkssquared
Hi Akshay kashyap
I applied your patch #6 to my local and confirmed that the patch works, hook help is now implemented and the help page is accessible.
Please look at the screenshot attached for your reference
Thank you.
- Status changed to Needs work
over 1 year ago 3:57pm 20 June 2023 - 🇺🇸United States chrissnyder Maryland
This help content does not accurately describe what this module does or how to configure it. Was this written by some sort of AI?
- Assigned to nitin_lama
- Status changed to Needs review
over 1 year ago 9:03am 21 June 2023 - Issue was unassigned.
- Status changed to RTBC
over 1 year ago 12:25pm 7 July 2023 Verified the #11 changes on Drupal 10.0.0, the help() content is updated. Adding screenshots for reference, RTBC++
- Status changed to Needs work
over 1 year ago 5:33pm 14 July 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
The issue summary should always describe what should be fixed/changed. Neither the title nor screenshots are sufficient to describe what the issue is, even in the case a patch is provided.
In the case of a bug, the description should also list the steps necessary to reproduce the issue, starting from when the module/theme is installed.