Closed (fixed)
Project:
Pathauto
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2020 at 12:00 UTC
Updated:
28 Feb 2026 at 00:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
neslee canil pintoComment #3
pobster commentedLGTM
Comment #4
pobster commentedNeeds tweaking as PathautoTestHelperTrait trait already brings in StringTranslationTrait (and hence there's a clash).
Comment #5
ayush.khare commentedCreated re-roll as #2 patch doesn't apply
Resolved some phpcs issues.
And removed use of StringTranslationTrait where PathautoTestHelperTrait is already used in the patch.
Comment #6
meeni_dhobale commentedWill review patch mentioned in #5
Comment #7
meeni_dhobale commentedI reviewed patch
3124089-5.patchmentioned in #5. All StringTranslationTrait are removed from the code files where PathautoTestHelperTrait trait is already used. Other coding standard issues are remaining in codebase but it can be solved in another separate issue. This issue can be move to RTBC. Moving to RTBC.Comment #8
berdirThere are about 3 actual changes in PathautoTestHelperTrait that shouldn't use t() at all but just string concentation or something. Anything else is unrelated generated coding standards and addition of traits that already exist through the class hierarchy.
EntityForm extends FormBase which has the trait already.
lots of unrelated changes in this file.
this already exists too.
Comment #11
mably commentedComment #13
mably commentedComment #16
pobster commentedSIX YEARS