N°6977 - Sanitize Excel formulas in export in the backoffice

This commit is contained in:
Stephen Abello
2026-02-25 11:38:34 +01:00
parent aede5ea7b8
commit f0e6224a2b
24 changed files with 350 additions and 4 deletions

View File

@@ -4,3 +4,4 @@
*/
@import "bulk-modify";
@import "bulk-export";

View File

@@ -0,0 +1,10 @@
/*
* @copyright Copyright (C) 2010-2026 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
#form_part_csv_options:has(#ibo-sanitize-excel-export--input:checked), #form_part_xlsx_options:has(#ibo-sanitize-excel-export--input:checked){
#ibo-sanitize-excel-export--alert {
display: none;
}
}