Skip to content

Commit

Permalink
Task: Reorder asset_type validators.
Browse files Browse the repository at this point in the history
Reorder asset type validators so that the default value is set before other validators are run.
  • Loading branch information
bianca committed Oct 7, 2020
1 parent d06bf54 commit 4cc4bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -58,7 +58,7 @@
},
"classes": ["form-group","col-md-12"],
"preset": "select",
"validators": "scheming_choices scheming_required default(dataset)",
"validators": "default(dataset) scheming_choices scheming_required",
"choices": [
{
"value": "dataset",
Expand Down
Expand Up @@ -58,7 +58,7 @@
},
"classes": ["form-group","col-md-12"],
"preset": "select",
"validators": "scheming_choices scheming_required default(dataset)",
"validators": "default(dataset) scheming_choices scheming_required",
"choices": [
{
"value": "dataset",
Expand Down

0 comments on commit 4cc4bef

Please sign in to comment.