wazum / sluggi

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

[BUGFIX] Do not update slug when moving a locked page #67

Closed christophlehmann closed 2 years ago

christophlehmann commented 2 years ago

Resolves: #46

With this commit one is able to move a page which has tx_sluggi_lock=1 and its slug is not updated. Also the slug of child pages are not updated.

When one moves a page with tx_sluggi_lock=0 (1) whose child has tx_sluggi_lock=1 (2), then page 1 gets a new slug and page 2 slug is not updated.

The same behaviour applies to translated pages, translations having tx_sluggi_lock=1 don't get a new slug.

wazum commented 2 years ago

Fixed in 2.1.3 and 3.0.2