Skip to content

Commit

Permalink
Merge pull request #23 from mdhaman/SD-4838
Browse files Browse the repository at this point in the history
[SD-4838] (fix) Modified the headline maxlength validation to 42 characters.
  • Loading branch information
Mayur Dhamanwala authored Jun 28, 2016
2 parents 1ecd0a3 + 43f53cc commit ba26c69
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions server/data/validators.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"required": true,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -84,7 +84,7 @@
"required": true,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -159,7 +159,7 @@
"required": true,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -229,7 +229,7 @@
"required": true,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -299,7 +299,7 @@
"required": true,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -369,7 +369,7 @@
"required": true,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -439,7 +439,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -523,7 +523,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -607,7 +607,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -691,7 +691,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -767,7 +767,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -843,7 +843,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -919,7 +919,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -995,7 +995,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -1071,7 +1071,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -1147,7 +1147,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"type": {
"type": "string",
Expand Down Expand Up @@ -1202,7 +1202,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"type": {
"type": "string",
Expand Down Expand Up @@ -1257,7 +1257,7 @@
"required": false,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"type": {
"type": "string",
Expand Down Expand Up @@ -1393,7 +1393,7 @@
"required": true,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down Expand Up @@ -1455,7 +1455,7 @@
"required": true,
"nullable": false,
"empty": false,
"maxlength": 64
"maxlength": 42
},
"abstract": {
"type": "string",
Expand Down

0 comments on commit ba26c69

Please sign in to comment.