There is a broken link in Place Blocks help page.
1. Go to /admin/help/block_place
2. Click on "See online documentation for the Place Blocks module."
3. You will end up on non-existing link: https://www.drupal.org/documentation/modules/block_place/

Comments

info@websolutions.hr created an issue. See original summary.

hiramanpatil’s picture

Assigned: Unassigned » hiramanpatil
hiramanpatil’s picture

Assigned: hiramanpatil » Unassigned

Tried to find the page for block_place module documentation but the page doesn't exist.

I have found another page where Christopher James Francis Rodgers explained how 'Place Block' module can be used to place the blocks.

URL - https://www.drupal.org/node/2640872#comment-10705254

Thanks

skaught’s picture

I do believe this was just a placeholder link that got left in. that last sentence should just be removed, in the least.

a more complete help text would be nice.

skaught’s picture

hiramanpatil’s picture

Assigned: Unassigned » hiramanpatil

@SKAUGHT,

Thanks for the reply. Let me remove the last sentence from the description and create and upload the patch here.

hiramanpatil’s picture

Please find attached patch here.

hiramanpatil’s picture

Assigned: hiramanpatil » Unassigned
Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 7: broken_link_in_place_blocks_help_page-2783683-7.patch, failed testing.

hiramanpatil’s picture

Status: Needs work » Needs review
StatusFileSize
new1.42 KB

Updated patch file.

Status: Needs review » Needs work

The last submitted patch, 10: d8_broken_link_in_place_blocks_help_page-2783683-10.patch, failed testing.

The last submitted patch, 10: d8_broken_link_in_place_blocks_help_page-2783683-10.patch, failed testing.

shashikant_chauhan’s picture

Status: Needs work » Needs review
StatusFileSize
new1.08 KB

Adding updated patch.

Status: Needs review » Needs work

The last submitted patch, 13: broken_link_in_place_blocks_help_page-2783683-13.patch, failed testing.

shashikant_chauhan’s picture

After failing patch I checked the code and found for every hook_help there should be a link to "online documentation for the 'module name'".
Which was removed by my current patch. Currently, there is no online doc for the module block place.
Link https://www.drupal.org/documentation/modules/block_place in module block place is invalid.

We need to create an online page for module block page and then use that link in hook_help of block place module.

chanderbhushan’s picture

Hi,

I have applied #13 in drupal 8.3.x is working fine but there is punctuation issue. so i have fixed it.

chanderbhushan’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 16: broken_link_in_place_blocks_help_page-2783683-16.patch, failed testing.

shashikant_chauhan’s picture

@chanderbhushan, Patch will always fail without link online documentation for the Place Blocks module.

To fix the issue we need to create an online documentation here https://www.drupal.org/documentation/modules/block_place

hiramanpatil’s picture

@shashikant_chauhan,

This URL https://www.drupal.org/documentation/modules/block_place shows '404 Page Not Found' error message.

What should we do now?

thanks

skaught’s picture

I've started a 'documentation' ticket. hopefully this will begin the right path.

#2794755: drupal.org/documentation/modules/block_place needs to exist (and contain documentation)

skaught’s picture

Status: Needs work » Closed (works as designed)

i'm closing this ticket as link does Work as Designed and a course to properly add the correct page has been started.
Thanks everyone.