mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 21:48:22 +02:00
clear script cache before revalidation, otherwise a script change in the edit dialog does not work
This commit is contained in:
@@ -114,6 +114,7 @@ public class CSVModel {
|
||||
|
||||
if (!hasValidator()) return;
|
||||
|
||||
validator.clearScriptCache();
|
||||
revalidationService.setHeader(header);
|
||||
revalidationService.setRows(rows);
|
||||
revalidationService.setValidator(validator);
|
||||
|
||||
Reference in New Issue
Block a user