Problem/Motivation

When reviewing #1912608: Update pagination markup for new CSS standards and improved accessibility with an old settings.php (with twig_debug set to TRUE) it was discovered that Twig trans block debug information is still hooked up to Settings rather than the Twig environment.

Proposed resolution

Fix it!

Remaining tasks

  • Patch
  • Tests likely need to be updated

User interface changes

n/a

API changes

n/a

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

star-szr’s picture

Status: Active » Needs review
FileSize
609 bytes

This is the line that needs to change at least.

star-szr’s picture

Okay it might not be that easy, env is protected…

star-szr’s picture

FileSize
674 bytes

Okay, this one I actually tested manually, should work :)

star-szr’s picture

FileSize
622 bytes

Can I just start this issue over? :)

The last submitted patch, 1: 2332989-1.patch, failed testing.

The last submitted patch, 3: 2332989-3.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 4: 2332989-4.patch, failed testing.

star-szr’s picture

Assigned: star-szr » Unassigned
Status: Needs work » Needs review
FileSize
1.11 KB
1.72 KB
1.11 KB

Here are the test changes only, test changes + fix, and interdiff.

Edit: and yeah, test-changes-only == interdiff.

The last submitted patch, 8: 2332989-8-test-changes-only.patch, failed testing.

Fabianx’s picture

Status: Needs review » Reviewed & tested by the community

RTBC, looks great

star-szr’s picture

Issue summary: View changes

Thanks @Fabianx!

Fabianx’s picture

Issue tags: +Quickfix
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 078f09a and pushed to 8.0.x. Thanks!

  • alexpott committed 078f09a on 8.0.x
    Issue #2332989 by Cottser: Fixed Twig trans tag debug is still hooked up...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.