Problem/Motivation

When you enable the module, the method hook_help is not implemented.

Steps to reproduce

Download and activate the module and visit its help page.

Proposed resolution

Implement the hook_help and describe the module's functionality and usage.

Command icon 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

Sahana _N created an issue. See original summary.

sahana _n’s picture

Status: Active » Needs review

Please review the MR

clarkssquared’s picture

Status: Needs review » Needs work
StatusFileSize
new67.16 KB
new140.39 KB
new437.81 KB

Hi Sahana _N,

I applied your MR in my local with Drupal 9.5.4, it worked for me the module has now the hook_help() method but when I visit the help page an error TypeError: activitypub_help(): Argument #2 ($route_match) must be of type RouteMatchInterface, Drupal\Core\Routing\CurrentRouteMatch given in activitypub_help() (line 22 of modules/contrib/activitypub/activitypub.module). appears.

Please look at the screenshots attached for your reference.

For your review.
Thank you.

himanshu_jhaloya’s picture

Assigned: Unassigned » himanshu_jhaloya

I will work on this

himanshu_jhaloya’s picture

Assigned: himanshu_jhaloya » Unassigned
Status: Needs work » Needs review
clarkssquared’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new87.02 KB
new76.48 KB
new191.18 KB

Hi Sahana _N,

I applied MR !23 in my local with Drupal 9.5.7 to the "ActivityPub" module against "
1.0.x-dev" version and confirmed that the hook_help() method is implemented and the help page is now accessible.

Please look at the screenshots attached for your reference.

For your review.
Thank you.

nader.mouldi made their first commit to this issue’s fork.

swentel made their first commit to this issue’s fork.

swentel’s picture

Status: Reviewed & tested by the community » Fixed

Merged, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.