From 359e3810c47ea29e30065ba3458defcc3e1c5907 Mon Sep 17 00:00:00 2001 From: Ana Bozianu Date: Wed, 30 Nov 2016 12:16:49 +0200 Subject: [PATCH] RM-4499 - added positive number constraint in the model definition --- .../org_alfresco_module_rm/model/recordsModel.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/model/recordsModel.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/model/recordsModel.xml index 70bec9a312..09e10626ca 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/model/recordsModel.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/model/recordsModel.xml @@ -304,10 +304,16 @@ false 1 - true - false - false - + true + false + false + + + + 0 + 2147483647 + +