diff --git a/Resources/Private/Language/de.locallang_be.xlf b/Resources/Private/Language/de.locallang_be.xlf index f4e68cf..aef6172 100644 --- a/Resources/Private/Language/de.locallang_be.xlf +++ b/Resources/Private/Language/de.locallang_be.xlf @@ -1,6 +1,6 @@ - +
@@ -8,18 +8,18 @@ Category restriction: Restrict the available categories in the person or company records. PageTsConfig: - TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=120. - TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=120. - TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=130. - TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=130. + TCEFORM..category.PAGE_TSCONFIG_IDLIST=120. + TCEFORM.tx_contacts_domain_model_company.categories.PAGE_TSCONFIG_IDLIST=120. + TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_IDLIST=130. + TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_IDLIST=130. Einschränkung der Kategorie: Schränken Sie die verfügbaren Kategorien in den Personen- oder Firmendatensätzen ein. PageTsConfig: - TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=120. - TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=120. - TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=130. - TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=130. + TCEFORM.tx_contacts_domain_model_company.category.PAGE_TSCONFIG_IDLIST=120. + TCEFORM.tx_contacts_domain_model_company.categories.PAGE_TSCONFIG_IDLIST=120. + TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_IDLIST=130. + TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_IDLIST=130. diff --git a/Resources/Private/Language/locallang_be.xlf b/Resources/Private/Language/locallang_be.xlf index 55eee4e..40b620b 100644 --- a/Resources/Private/Language/locallang_be.xlf +++ b/Resources/Private/Language/locallang_be.xlf @@ -1,6 +1,6 @@ - +
@@ -8,10 +8,10 @@ Category restriction: Restrict the available categories in the person or company records. PageTsConfig: - TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=120. - TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=120. - TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_ID=130. - TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_ID=130. + TCEFORM.tx_contacts_domain_model_company.category.PAGE_TSCONFIG_IDLIST=120. + TCEFORM.tx_contacts_domain_model_company.categories.PAGE_TSCONFIG_IDLIST=120. + TCEFORM.tx_contacts_domain_model_contact.category.PAGE_TSCONFIG_IDLIST=130. + TCEFORM.tx_contacts_domain_model_contact.categories.PAGE_TSCONFIG_IDLIST=130. diff --git a/ext_emconf.php b/ext_emconf.php index afc4a68..ff01d2a 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -17,7 +17,7 @@ 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '2.6.0', + 'version' => '2.6.1', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-8.7.99',