I get this error in the logs and see "!f" in the string, see the screen shot.

User error: Invalid placeholder (!f) in string: Label for "!f" in Drupal\Component\Render\FormattableMarkup::placeholderFormat() (line 235 of /code/core/lib/Drupal/Component/Render/FormattableMarkup.php).

The solution is to change the ! to @ on line 203 of the MixItUp.php.

Comments

oheller created an issue. See original summary.

oheller’s picture

Status: Active » Needs review
StatusFileSize
new784 bytes

Here is a patch to update the label with the correct information.

ysamoylenko’s picture

Status: Needs review » Active

Thank you for the patch. It will be added to the next module release.

  • ysamoylenko committed ad86dfb on 8.x-1.x authored by oheller
    Issue #2850264 by oheller: MixItUp Sorting Settings, has an invalid...
ysamoylenko’s picture

Status: Active » Fixed

The patch was applied. Thank you for the bug report and patch.

Status: Fixed » Closed (fixed)

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