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))
.withEmptyMessage(INDICATOR_EMPTY_LIST_MESSAGE)
.withMarkup()
.withPaging(5)
.withPaging(100)
.hideNavigation()
.withColumn(new ColumnDefinition<>(
Domain.INDICATOR.ATTR_NAME,

View file

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