Skip to content

Commit

Permalink
Merge pull request #538 from EyeSeeTea/refactor/instant-validate-sub-…
Browse files Browse the repository at this point in the history
…global-as-warning-8694fcmc0

Set live validation sub/global validation as warning
  • Loading branch information
adrianq authored May 9, 2024
2 parents 3f7692c + 5514efa commit af3a2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "data-management-app",
"description": "DHIS2 Data Management App",
"version": "1.7.0",
"version": "1.7.1",
"license": "GPL-3.0",
"author": "EyeSeeTea team",
"homepage": ".",
Expand Down
2 changes: 1 addition & 1 deletion src/models/validators/GlobalValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export class GlobalValidator {
nsSeparator: false,
}
);
return [{ level: "error", message: msg }];
return [{ level: "warning", message: msg }];
} else {
return [];
}
Expand Down

0 comments on commit af3a2f6

Please sign in to comment.