- Issue created by @dineshkumarbollu
- Status changed to Needs work
almost 2 years ago 8:59am 16 February 2023 - ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
The issue fork does not contain changes, nor was a MR created.
- @dineshkumarbollu opened merge request.
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 12:21pm 16 February 2023 - ๐ฎ๐ณIndia dineshkumarbollu
Hi
I create a MR for this issue please review it.
Thanks.
- Status changed to Needs work
almost 2 years ago 1:49pm 16 February 2023 - ๐ฎ๐ณIndia SAHIL ROHILLA01
SAHIL ROHILLA01 โ made their first commit to this issueโs fork.
- Status changed to Needs review
over 1 year ago 5:38am 2 March 2023 - Status changed to Needs work
over 1 year ago 8:04am 2 March 2023 - ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
Since the tests failed, the status is Needs work.
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
+ switch ($route_name) { + case 'help.page.mobile_number': + $path = __DIR__ . '/README.txt'; + if (file_exists($path)) { + return '<pre>' . file_get_contents($path) . '</pre>'; + } + }
The README file is only useful before the module is installed; plus, its content is not translatable.
- Assigned to akshaydalvi212
- ๐ฎ๐ณIndia akshaydalvi212
I will make required changes in hook_help().
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 12:58pm 7 April 2023 - Status changed to RTBC
over 1 year ago 9:34am 10 April 2023 - ๐ฎ๐ณIndia Mahima_Mathur23
The hook_help has been updated according to the README.txt file.
Review completed for MR !7 updated in #12.