We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In group manager, if the users inputs a long description the save can fail, so the error message appears:
"There was an error saving this groupInternal Server Error"
Is there a way to display the user the reason of the failure (description too long) ?
The text was updated successfully, but these errors were encountered:
This is due to this https://github.com/geosolutions-it/geostore/blob/master/doc/sql/002_create_schema_postgres.sql#L90 The limit can be set at client level, denying the user to digit more than 255 chars.
Sorry, something went wrong.
Should i set the limit also for the name of the group? (i.e. 255 for both)
I vote for it. Make it configurable and set to the GeoStore's default value by default.
fix geosolutions-it#1326 : Added limits for group name and desc and a…
3d39baf
… message
fix #1326 : Added limits for group name and desc and a message (#1396)
e62ba54
* fix #1326 : Added limits for group name and desc and a message * removed unused property * used the properties instead of fixed number
MV88
Successfully merging a pull request may close this issue.
In group manager, if the users inputs a long description the save can fail, so the error message appears:
Is there a way to display the user the reason of the failure (description too long) ?
The text was updated successfully, but these errors were encountered: