Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to limit the number of available languages per project #1149

Open
numito opened this issue Oct 23, 2020 · 2 comments
Open

Ability to limit the number of available languages per project #1149

numito opened this issue Oct 23, 2020 · 2 comments

Comments

@numito
Copy link

numito commented Oct 23, 2020

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.

@Jotschi
Copy link
Contributor

Jotschi commented Nov 9, 2020

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.

@numito
Copy link
Author

numito commented Nov 9, 2020 via email

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

No branches or pull requests

2 participants