From 8ed63438ab8db0093c2f611841b595ed2eb2f50e Mon Sep 17 00:00:00 2001
From: Damien <damien.burel@maarch.org>
Date: Tue, 19 Feb 2019 09:42:55 +0100
Subject: [PATCH] Summary sheets limit

---
 src/frontend/app/list/summarySheet/summary-sheet.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/app/list/summarySheet/summary-sheet.component.html b/src/frontend/app/list/summarySheet/summary-sheet.component.html
index 4fbdc5d00ac..b1016fe18b0 100644
--- a/src/frontend/app/list/summarySheet/summary-sheet.component.html
+++ b/src/frontend/app/list/summarySheet/summary-sheet.component.html
@@ -63,6 +63,6 @@
         <mat-icon fontSet="fas" fontIcon="fa-plus" style="height: auto;"></mat-icon>
     </button>
 </div>
-<div *ngIf="data.selectedRes.length > 10" mat-dialog-actions class="actions">
+<div *ngIf="data.selectedRes.length > 500" mat-dialog-actions class="actions">
     <span style="color: #d24747; font-style: italic">{{lang.firstSummarySheetsGenerated}}</span>
 </div>
-- 
GitLab