Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

"No filtering" von Metamodels wird nicht gefunden #7

Open
zonky2 opened this issue Jul 26, 2019 · 4 comments
Open

"No filtering" von Metamodels wird nicht gefunden #7

zonky2 opened this issue Jul 26, 2019 · 4 comments

Comments

@zonky2
Copy link

zonky2 commented Jul 26, 2019

"No filtering" von Metamodels wird über die Suche nicht gefunden

vendor/metamodels/core/src/CoreBundle/Resources/contao/languages/en/default.php

$GLOBALS['TL_LANG']['metamodels_frontendfilter']['do_not_filter']                   = 'No filtering';
@fritzmg
Copy link

fritzmg commented Jul 26, 2019

Der language editor unterstützt derzeit keine eigenen keys.

@zonky2
Copy link
Author

zonky2 commented Jul 26, 2019

dann als FR

@dmolineus
Copy link
Member

Der Language Editor kennt nicht die Sprachdatei, in der er die Sprachvariable suchen soll. Eine explizite Möglichkeit dies dem Language Editor ändern, gibt es derzeit nicht. Allerdings ist das entsprechende Konfigurationsarray öffentlich und kann entsprechend erweitert werden:

Netzmacht\Contao\LanguageEditor\LanguageEditor::$defaultGroups['metamodels_frontendfilter'] = 'default';

Siehe:

public static $defaultGroups = array(
// @codingStandardsIgnoreStart
'CNT' => 'countries', // countries
'ERR' => 'default', // Error messages
'PTY' => 'default', // Page types
'FOP' => 'default', // File operation permissions
'CHMOD' => 'default', // CHMOD levels
'DAYS' => 'default', // Day names
'MONTHS' => 'default', // Month names
'MSC' => 'default', // Miscellaneous
'UNITS' => 'default', // Units
'XPL' => 'explain', // Explanations
'LNG' => 'languages', // Languages
'MOD' => 'modules', // Back end modules
'SEC' => 'default', // Security questions
'CTE' => 'default', // Content elements
'FMD' => 'default' // Front end modules
// @codingStandardsIgnoreEnd
);

@zonky2
Copy link
Author

zonky2 commented Jul 31, 2019

Frage wäre, ob der Language-Editor MM mit aufnimmt oder ob MM sich um eine Kompatibilität kümmern soll/muss...?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants