2942016- Fixed cspell issues and addressed #4 feedback points.
1 unresolved thread
1 unresolved thread
Closes #2942016
Merge request reports
Activity
added 3 commits
-
5c73c980...cb778841 - 2 commits from branch
project:10.1.x
- 2e7bba09 - Merge branch '10.1.x' into 2942016-add-a-hookhelp
-
5c73c980...cb778841 - 2 commits from branch
added 711 commits
-
a3aba788...b6aef35b - 65 commits from branch
project:10.1.x
- b6aef35b...528a2e38 - 636 earlier commits
- 1767b388 - Issue #3392878 by catch, alexpott: EntityReferenceAdminTest fails often
- e99bc70d - Issue #3376563 by catch, alexpott, Spokje, Lendude, lauriii, longwave, Berdir:...
- 8b0a91f6 - Issue #3351600 by andrew.farquharson, Ranjit1032002, Anybody, sanduhrs,...
- 116c87e4 - Issue #3378890 by Wim Leers, mikesimmons, smustgrave, pmkanse, witeksocha: Add...
- 9b3d27c5 - Issue #2820586 by joaopauloc.dev, Gauravvvv, lauriii, ranjith_kumar_k_u,...
- 6f97533d - Issue #3387039 by dinazaur, smustgrave, fjgarlin, nod_: Large placeholders are not processed
- 330081b9 - 2942016- Fixed cspell issues and addressed #4 feedback points.
- c90df308 - removes 'Experimental' from profile name
- da47e74f - swaps dl elements for heading tags, add extra sample use for hook_help
- f1dbc528 - Reverted unnecessary change
Toggle commit list-
a3aba788...b6aef35b - 65 commits from branch
added 5 commits
- 5c73c980 - 2942016- Fixed cspell issues and addressed #4 feedback points.
- 2e7bba09 - Merge branch '10.1.x' into 2942016-add-a-hookhelp
- 8def8b82 - removes 'Experimental' from profile name
- 7751abed - swaps dl elements for heading tags, add extra sample use for hook_help
- a3aba788 - Reverted unnecessary change
Toggle commit listadded 375 commits
-
a3aba788...09bcf41f - 371 commits from branch
project:10.1.x
- b9f2dad3 - 2942016- Fixed cspell issues and addressed #4 feedback points.
- 733604ec - removes 'Experimental' from profile name
- 6eb3ee6f - swaps dl elements for heading tags, add extra sample use for hook_help
- 164249a0 - Reverted unnecessary change
Toggle commit list-
a3aba788...09bcf41f - 371 commits from branch
64 86 // Show warning only on administration pages. 65 87 $admin_context = \Drupal::service('router.admin_context'); 66 88 if ($admin_context->isAdminRoute()) { 89 $link_to_help_page = \Drupal::moduleHandler()->moduleExists('help') && \Drupal::currentUser()->hasPermission('access administration pages'); Will be fixed in !6069 (closed)
Please register or sign in to reply