fixed SEBSERV-220 and SEBSERV-221

This commit is contained in:
anhefti 2021-07-20 17:15:57 +02:00
parent 06bb48590b
commit 2e7fb8e8dc
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ public class ExamFormIndicators implements TemplateComposer {
entityKey.modelId)) entityKey.modelId))
.withEmptyMessage(INDICATOR_EMPTY_LIST_MESSAGE) .withEmptyMessage(INDICATOR_EMPTY_LIST_MESSAGE)
.withMarkup() .withMarkup()
.withPaging(5) .withPaging(100)
.hideNavigation() .hideNavigation()
.withColumn(new ColumnDefinition<>( .withColumn(new ColumnDefinition<>(
Domain.INDICATOR.ATTR_NAME, Domain.INDICATOR.ATTR_NAME,

View file

@ -28,7 +28,7 @@ public class DeleteUserAccount extends RestCall<EntityProcessingReport> {
public DeleteUserAccount() { public DeleteUserAccount() {
super(new TypeKey<>( super(new TypeKey<>(
CallType.ACTIVATION_DEACTIVATE, CallType.DELETE,
EntityType.USER, EntityType.USER,
new TypeReference<EntityProcessingReport>() { new TypeReference<EntityProcessingReport>() {
}), }),