Problem/Motivation

Since we are dropping the set() method from SafeMarkup due to the issue #2554889: Remove SafeMarkup::set() from the codebase the method must be removed from diff as well.

Proposed resolution

Remove\Replace the calls to the method and create a patch, review.

Remaining tasks

create patch, Review and commit.

User interface changes

Data model changes

Original report by [juanse254]

Comments

juanse254 created an issue. See original summary.

juanse254’s picture

Status: Active » Needs review
StatusFileSize
new2.1 KB

After this gets committed #2549907: Fix schema langcode error and this #2557979: SafeMarkup::placeholder() has been removed, SafeMarkup class has changed, update needed we will be able to commit this(actual issue), and then the tests will be green again and everything working. Currently the module is not working correctly.

Status: Needs review » Needs work

The last submitted patch, 2: SafeMarkup_set_remove-2563017-2.patch, failed testing.

LKS90’s picture

+++ b/src/EntityComparisonBase.php
@@ -83,7 +82,7 @@ class EntityComparisonBase extends ControllerBase {
+    $this->nonBreakingSpace = t('&nbsp');

I don't think non breaking spaces are translatable :P.

juanse254’s picture

Status: Needs work » Needs review
StatusFileSize
new734 bytes
new2.21 KB

Something like this :).

Status: Needs review » Needs work

The last submitted patch, 5: SafeMarkup_set_remove-2563017-5.patch, failed testing.

berdir’s picture

Wouldn't it be easier to just merge this into #2557979: SafeMarkup::placeholder() has been removed, SafeMarkup class has changed, update needed? That's not yet committed, also related to SafeMarkup and this patch is quite small.

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 5: SafeMarkup_set_remove-2563017-5.patch, failed testing.

hampercm’s picture

lhangea’s picture

Status: Needs work » Closed (duplicate)

Ok, I close this one then.