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
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | remove_rich_text-3349138-5.patch | 1.39 KB | kala4ek |
Issue fork redirect_metrics-3349138
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
joelpittetThe 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.Comment #4
joelpittetOk patch proposed
Comment #5
kala4ekAttaching changes from MR as a patch, just to have possibility to safety apply it via composer.
Comment #6
kala4ekBtw, works perfectly more than half of the year.
Comment #7
tonytheferg commented+1 seems to work.
Comment #8
mohit_aghera commentedComment #11
mohit_aghera commentedPushed the changes in latest 2.0.2 rc release https://www.drupal.org/project/redirect_metrics/releases/2.0.2-rc1