Skip to content

fix: 🐛 Fix Wrong Truncation Of Hashtags In Admin List Via Adding 'truncateStr'

Hannes Heine requested to merge 4253-long-hashtags-not-visible into master

Created by: Tirokk

🍰 Pullrequest

Fix wrong truncation of hashtags in admin list via adding ‚truncatestr‘.

  • The further used 'truncate' function uses 'trunc-html' which does not function correctly in this case. @mogge guessed that 'trunc-html‘ does not truncate in the middle of words, but whole words. This can't be correct here!

Issues

Todo

  • None

Merge request reports