mesh icon indicating copy to clipboard operation
mesh copied to clipboard

Ability to limit the number of available languages per project

Open numito opened this issue 3 years ago • 2 comments

Gentics Mesh Version, operating system, or hardware.

  • v1.4.2

Operating System

  • Linux
  • MacOSX
  • Windows
  • Other, name?

JVM

  • Oracle JDK 1.8.0_100
  • Open JDK 1.8.0_100

Problem

If you have configured multiple language for gentics, every project in the admin will have all the languages. It would be useful to limit each project with a subset of available languages.

numito avatar Oct 23 '20 14:10 numito

The languages have already been modelled internally to be assigned and unassigned. There is even a endpoint implementation for this: https://github.com/gentics/mesh/blob/dev/core/src/main/java/com/gentics/mesh/core/endpoint/project/LanguageEndpoint.java

This has however never been finished and thus the endpoint is not enabled and can't be used.

We have another enterprise CMS which already handles languages in the way you describe and thus I wanted to add this in Mesh in a similar way but it was never finished.

Jotschi avatar Nov 09 '20 12:11 Jotschi

I will have a look at the endpoint and see what can be done. Maybe I can spend some time on this topic.

Le 9 nov. 2020 à 13:15, Johannes Schüth [email protected] a écrit :

The languages have already been modelled internally to be assigned and unassigned. There is even a endpoint implementation for this: https://github.com/gentics/mesh/blob/dev/core/src/main/java/com/gentics/mesh/core/endpoint/project/LanguageEndpoint.java https://github.com/gentics/mesh/blob/dev/core/src/main/java/com/gentics/mesh/core/endpoint/project/LanguageEndpoint.java This has however never been finished and thus the endpoint is not enabled and can't be used.

We have another enterprise CMS which already handles languages in the way you describe and thus I wanted to add this in Mesh in a similar way but it was never finished.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gentics/mesh/issues/1149#issuecomment-723976947, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZXCF7ZAYDU462P2I4VF4LSO7MPJANCNFSM4S4UNGWQ.

numito avatar Nov 09 '20 13:11 numito