Problem/Motivation

Logs have this in it, tracked down to this module's redirect_metrics View

Missing text format: rich_text.

Steps to reproduce

Remove 'rich_text' format if you have it, go to admin/config/search/redirect/stale

Proposed resolution

Switch to text_custom without a format, remove p tags

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#5 remove_rich_text-3349138-5.patch1.39 KBkala4ek
Command icon 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

joelpittet created an issue. See original summary.

joelpittet’s picture

The profile module uses 'basic_html' but I'm not sure if that is better, I propose just dropping the format and leaving the p tags off, that seems to be what most contrib modules are doing.

joelpittet’s picture

Issue summary: View changes
Status: Active » Needs review

Ok patch proposed

kala4ek’s picture

StatusFileSize
new1.39 KB

Attaching changes from MR as a patch, just to have possibility to safety apply it via composer.

kala4ek’s picture

Status: Needs review » Reviewed & tested by the community

Btw, works perfectly more than half of the year.

tonytheferg’s picture

+1 seems to work.

mohit_aghera’s picture

mohit_aghera’s picture

Status: Reviewed & tested by the community » Fixed

Pushed the changes in latest 2.0.2 rc release https://www.drupal.org/project/redirect_metrics/releases/2.0.2-rc1

Status: Fixed » Closed (fixed)

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