Skip to content

Commit

Permalink
Fix language label bug: set hidden instead of visible
Browse files Browse the repository at this point in the history
  • Loading branch information
metacontext committed Aug 12, 2023
1 parent 5f3346a commit f53a90a
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_hcards.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_hcards_adr.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_hcards_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_hcards_tel.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_hcards_url.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_media.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_persons.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_products.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_projects.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_publications.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_relations.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_services.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_academy_domain_model_units.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
),
'hidden' => array(
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',
'config' => array(
'type' => 'check',
),
Expand Down

0 comments on commit f53a90a

Please sign in to comment.