contao-community-alliance / dc-general

Universal data container for Contao!
https://dc-general.readthedocs.io/de/latest/
GNU Lesser General Public License v3.0
16 stars 21 forks source link

Revision of the language selection in the panel #395

Closed zonky2 closed 6 years ago

zonky2 commented 6 years ago

look at https://github.com/contao-community-alliance/dc-general/blob/feature/contao4/src/Contao/Dca/Builder/Legacy/LegacyDcaDataDefinitionBuilder.php#L1358-L1381

1.) is it necessary to break down the storage down to the item ID? m. E. in BE a switchover between the languages is sufficient?

2.) with the replacement of the item ID it might also be easier to include the language selection in the list view - https://github.com/contao-community-alliance/dc-general/issues/189

3.) "switch language" its not a filter in my mind

zonky2 commented 6 years ago

Umbau machen wir wie besprochen... auf Ebene des data container @discordier

zonky2 commented 6 years ago

tested

zonky2 commented 6 years ago

wenn man wie folgt die Eingabe macht:

Umschaltung erfolgt nicht, wenn man als letztes nochmal auf DE umschaltet + speichert => dann wechselt in dem neuen Item sie Sprache nicht auf EN

Wird nach der (letzten) Speicherung EN ausgewählt und ein vorhandenes Item geöffnet, ist die Sprache gleich auf EN - was ich o.k. finde... würde aber auch gehen, wenn Items immer in der Defaultsprache geöffnet werden

Bug ist in MM 2.0 als auch in MM 2.1

zonky2 commented 6 years ago

fixed https://github.com/contao-community-alliance/dc-general/pull/424