t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | 3125645-13.patch | 15.96 KB | khiminrm |
| #10 | 3125645-10.patch | 15.46 KB | neelam_wadhwani |
| #3 | 3125645-2.patch | 7.13 KB | prabha1997 |
Issue fork commerce_shipping-3125645
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
Comment #2
prabha1997 commentedKindly review patch
Comment #3
prabha1997 commentedComment #5
neelam_wadhwani commentedComment #6
neelam_wadhwani commentedKindly review patch.
Comment #7
neelam_wadhwani commentedComment #8
neelam_wadhwani commentedComment #10
neelam_wadhwani commentedComment #11
neelam_wadhwani commentedComment #13
khiminrm commentedFixed test and coding standards issues.
Comment #14
khiminrm commentedComment #15
anabpvI will review this
Comment #17
anabpvSteps performed:
1 - downloaded the module and ran phpcs
2 - identified and corrected the t() calls
3 - opened an MR and committed the changes
Waiting for review
Comment #18
chakkche commentedI will review this
Comment #19
chakkche commentedSteps performed to review
Found no t() calls issues. So marking this as RTBC
Comment #20
andregp commentedNeeds to address the MR comments after #19.
Please remove the unnecessary added traits.
Comment #21
chakkche commentedComment #22
chakkche commentedComment #23
jsacksick commentedWhy did we need to do more work since the patch from #13? Looks like we already had most of the calls (if not all) fixed?
Comment #25
jsacksick commentedCommitted a slightly different patch, thanks everyone!