Comparing version 1.6.2 to 1.6.3
@@ -185,3 +185,2 @@ 'use strict'; | ||
options.widget_options.choices = options.widget_options.choices || choices; | ||
options.required = true; | ||
this._super(options); | ||
@@ -228,7 +227,5 @@ }, | ||
options = options || {}; | ||
this.required = 'required' in options ? options.required : false; | ||
options.widget = options.widget || widgets.RefWidget; | ||
options.widget_options = options.widget_options || {}; | ||
options.widget_options.ref = options.widget_options.ref || ref; | ||
options.widget_options.required = options.required; | ||
options.widget_options.limit = options.limit; | ||
@@ -235,0 +232,0 @@ this._super(options, []); |
{ | ||
"name": "formage", | ||
"description": "Admin GUI addon for mongoose and non mongoose projects on Express.js", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1339736
27939