wazum / sluggi

The TYPO3 CMS slug helper
GNU General Public License v3.0
38 stars 22 forks source link

Slugs are cut off when editors edit it #101

Open borisw2 opened 8 months ago

borisw2 commented 8 months ago

Sometimes the first letter is missing, but in an other case the hole segment between slashes was missing (see screenshot). verkrueppelte-urls

TYPO3 11.5.32 sluggi 11.1.2

last_segment_only = 1 pages_fields = [["nav_title","title"]] slash_replacement = 1 synchronize = 0 whitelist =

Any ideas?

dkd-kaehm commented 8 months ago

IMHO the same source of trouble as in #93, #98