Closed (fixed)
Project:
Rabbit hole href link alter
Version:
2.0.x-dev
Component:
Code
Priority:
Critical
Category:
Plan
Assigned:
Reporter:
Created:
21 Nov 2019 at 00:15 UTC
Updated:
29 Jul 2022 at 14:14 UTC
Jump to comment: Most recent
The module has grown from several different approaches to find the best implementation. Finally it should be checked for refactorings and tests should be added to proof correct results.
The code still contains some TODOs to check.
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
Comment #2
anybodyComment #3
anybody@Grevil perhaps you could add some basic tests sooner or later...
Comment #4
grevil commentedWill do!
Comment #5
anybodyComment #6
anybodyComment #7
grevil commentedI fixed the coding standards and added basic installation tests.
Note, two things:
- Drupal Coding Standards could not get completely fixed, since there is a bunch of commented out code, we don't want to remove. This Code has to be resolved first, before we can completely fix the coding standards.
- The Tests currently fail because of some weird reason.
This gets thrown in a core file "web/core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php" line 108.
I am not quite sure what the exact problem is here...
I first thought it would be the class notation of "PageRedirectHref" but I am not confident enough about this assumption.
Comment #8
grevil commentedFixed module breaking bug.
Comment #9
grevil commentedFor the remaining problems, I will create appropriate issues.
Comment #10
grevil commentedSetting this to critical, as the module backend does not work without this patch. Please review and commit ASAP!
Comment #12
grevil commentedComment #14
grevil commented