@cronapp/templates 4.1.1 → 4.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@cronapp/templates",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "cronapp-ide-minimum-version": "2.5.0"
5
5
  }
@@ -45,13 +45,28 @@
45
45
  "not": false,
46
46
  "rules": [
47
47
  {
48
- "field": "u.user.normalizedUserName",
49
- "id": "u.user.normalizedUserName",
50
- "input": "text",
51
- "operator": "equal",
52
- "type": "string",
53
- "value": ":login",
54
- "valueIsField": false
48
+ "condition": "OR",
49
+ "not": false,
50
+ "rules": [
51
+ {
52
+ "field": "u.user.normalizedUserName",
53
+ "id": "u.user.normalizedUserName",
54
+ "input": "text",
55
+ "operator": "equal",
56
+ "type": "string",
57
+ "value": ":login",
58
+ "valueIsField": false
59
+ },
60
+ {
61
+ "field": "u.user.email",
62
+ "id": "u.user.email",
63
+ "input": "text",
64
+ "operator": "equal",
65
+ "type": "string",
66
+ "value": ":login",
67
+ "valueIsField": false
68
+ }
69
+ ]
55
70
  },
56
71
  {
57
72
  "condition": "OR",
@@ -132,4 +147,4 @@
132
147
  "PUT": false,
133
148
  "PUTAuthorities": null
134
149
  }
135
- }
150
+ }