Skip to content

sypets/sypets_example_slug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example for reproducing TYPO3 Issue:

It is possible to create duplicate slugs with collisions using TCA type "slug" and records with sys_language_uid = -1

Supported versions

  • Tested with TYPO3 latest main branch (v12)

Install

Without Composer:

git clone https://github.com/sypets/sypets_example_slug.git

With Composer:

Add to composer.json:

"repositories": {
		"sypets_example_slug": {
			"type": "git",
			"url": "https://github.com/sypets/sypets_example_slug.git"
		}
},

Run:

composer require sypets/sypets-example-slug:dev-main

Reproduce

To reproduce, see issue

About

TYPO3 example for reproducing issue with slug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages