mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
set constraints when created
This commit is contained in:
@@ -298,6 +298,7 @@ public class ValidationEditorController extends FXMLController {
|
||||
Constraints constraints = config.getConstraints();
|
||||
if (constraints == null) {
|
||||
constraints = new Constraints();
|
||||
config.setConstraints(constraints);
|
||||
}
|
||||
|
||||
if (enableNotEmptyRule.isSelected()) {
|
||||
|
||||
Reference in New Issue
Block a user