Merge branch 'taas-updates' into 'main'
HotFix indexName for taas See merge request fforesight/tenant-user-management-service!24
This commit is contained in:
commit
d40dd2bd57
@ -568,7 +568,8 @@ public class TenantManagementService implements TenantProvider {
|
||||
private void checkIndexName(String indexName) {
|
||||
|
||||
if (indexName == null) {
|
||||
throw new ResponseStatusException(HttpStatus.BAD_REQUEST, "You need to provide an index name");
|
||||
log.warn("Indexname not set");
|
||||
// throw new ResponseStatusException(HttpStatus.BAD_REQUEST, "You need to provide an index name");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user