wazum / sluggi

The TYPO3 CMS slug helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

first letter deleted when slash ist missing when creating new url segment

borisw2 opened this issue · comments

Logged in as an editor, basic.last_segment_only is true.
When the editor wants to edit the url segment and he forget to insert a slash, the first letter is deleted.
example url is https://domain/segment/segment/test and the editor changes the last segment into newtest instead of /newtest new url is https://domain/segment/segment/ewtest
When you are logged in as an admin it works perfect.
TYPO3 11.5.26 sluggi 3.02 PHP 8.1

That's already fixed in 3.0.3, please just update