Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 3917097

Browse files
authored
Merge pull request #23 from citizennet/API-3085
API-3085: The unclear error appears when field has format property in…
2 parents 7c62c98 + d34e609 commit 3917097

File tree

4 files changed

+13096
-199
lines changed

4 files changed

+13096
-199
lines changed

dist/schema-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ angular.module('schemaForm').provider('sfErrorMessage', function() {
968968
402: 'Array items are not unique',
969969
403: 'Additional items not allowed',
970970
// Format errors
971-
500: 'Format validation failed',
971+
500: 'Format validation failed ({{schema.format || schema.items.format || "unknown format"}})',
972972
501: 'Keyword failed: "{{title}}"',
973973
// Schema structure
974974
600: 'Circular $refs',

dist/schema-form.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)