Tweaks to roadmap and UserNotSuperAdmin message

This commit is contained in:
Simon Redfern 2019-02-28 08:59:36 +01:00
parent dffb49408a
commit c557d22d12
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ If you have a particular requirement or would like to comment or help us specify
* Enhanced support for Berlin Group, STET, UK Open Banking and Polish APIs e.g.
[Berlin Group](https://apiexplorersandbox.openbankproject.com/?version=BGv3.1) and [STET](https://apiexplorersandbox.openbankproject.com/?version=STETv1.4)
* General Documents resource
## Completed developments
See [completed_developments.md](completed_developments.md)

View File

@ -120,7 +120,7 @@ object ErrorMessages {
val GatewayLoginCannotGetOrCreateUser = "OBP-20045: Cannot get or create user during GatewayLogin process."
val GatewayLoginNoJwtForResponse = "OBP-20046: There is no useful value for JWT."
val UserNotSuperAdmin = "OBP-20050: Logged user is not super admin!"
val UserNotSuperAdmin = "OBP-20050: Current User is not a Super Admin!"
val ElasticSearchIndexNotFound = "OBP-20051: Elasticsearch index or indices not found."
val NotEnoughtSearchStatisticsResults = "OBP-20052: Result set too small. Will not be displayed for reasons of privacy."