Skip to content
Snippets Groups Projects
Commit 30597a22 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Add the slug exclude field after slug field

parent e0e8ad3e
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ call_user_func( ...@@ -92,7 +92,7 @@ call_user_func(
$GLOBALS['TCA'][$table]['types'][\SGalinski\SgNews\Utility\BackendNewsUtility::CATEGORY_DOKTYPE] = [ $GLOBALS['TCA'][$table]['types'][\SGalinski\SgNews\Utility\BackendNewsUtility::CATEGORY_DOKTYPE] = [
'showitem' => '--div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general, 'showitem' => '--div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general,
--palette--;;standard, --palette--;;standard,
title, slug, tx_realurl_pathsegment, tx_realurl_exclude, title, slug, tx_projectbase_excludefromsluggeneration, tx_realurl_pathsegment, tx_realurl_exclude,
--div--;' . $localLangDbPath . $table . '.tabs.images, --div--;' . $localLangDbPath . $table . '.tabs.images,
tx_sgnews_teaser2_image, tx_sgnews_teaser1_image, tx_sgnews_teaser2_image, tx_sgnews_teaser1_image,
--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:' . $table . '.tabs.metadata, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:' . $table . '.tabs.metadata,
...@@ -345,6 +345,7 @@ call_user_func( ...@@ -345,6 +345,7 @@ call_user_func(
--linebreak--, title, --linebreak--, title,
--linebreak--, description, --linebreak--, description,
--linebreak--, slug, --linebreak--, slug,
--linebreak--, tx_projectbase_excludefromsluggeneration,
--linebreak--, tx_realurl_pathsegment, tx_realurl_exclude, --linebreak--, tx_realurl_pathsegment, tx_realurl_exclude,
--linebreak--, tx_sgnews_highlighted, tx_sgnews_never_highlighted', --linebreak--, tx_sgnews_highlighted, tx_sgnews_never_highlighted',
'canNotCollapse' => 1, 'canNotCollapse' => 1,
...@@ -385,6 +386,7 @@ call_user_func( ...@@ -385,6 +386,7 @@ call_user_func(
'subtitle', 'subtitle',
'description', 'description',
'slug', 'slug',
'tx_projectbase_excludefromsluggeneration',
'tx_sgnews_location', 'tx_sgnews_location',
'tx_sgnews_teaser1_image', 'tx_sgnews_teaser1_image',
'tx_sgnews_teaser2_image', 'tx_sgnews_teaser2_image',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment