From 22c7fb19a4b5539f249e564b82a545afb9685fc8 Mon Sep 17 00:00:00 2001 From: "a.schindlbeck" <a.schindlbeck@adito.de> Date: Wed, 5 Aug 2020 09:29:40 +0200 Subject: [PATCH] Notifications: paging disabled, maxDBRows 200; master-checkbox for selection usable --- entity/Notification_entity/Notification_entity.aod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entity/Notification_entity/Notification_entity.aod b/entity/Notification_entity/Notification_entity.aod index 5214df23fa..3f08a4f669 100644 --- a/entity/Notification_entity/Notification_entity.aod +++ b/entity/Notification_entity/Notification_entity.aod @@ -175,6 +175,8 @@ <dbRecordContainer> <name>db</name> <alias>_____SYSTEMALIAS</alias> + <maximumDbRows v="200" /> + <isPageable v="false" /> <fromClauseProcess>%aditoprj%/entity/Notification_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess> <conditionProcess>%aditoprj%/entity/Notification_entity/recordcontainers/db/conditionProcess.js</conditionProcess> <orderClauseProcess>%aditoprj%/entity/Notification_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess> -- GitLab