apostrophe-schemas
Advanced tools
Comparing version 0.5.14 to 0.5.15
{ | ||
"version": "0.5.14", | ||
"version": "0.5.15", | ||
"name": "apostrophe-schemas", | ||
@@ -33,2 +33,2 @@ "description": "Schemas for easy editing of properties in Apostrophe objects", | ||
} | ||
} | ||
} |
@@ -348,3 +348,3 @@ function AposSchemas() { | ||
var manager = aposPages.getManager(field.withType); | ||
var autocomplete = '/apos-pages/autocomplete'; | ||
var autocomplete = '/apos-pages/autocomplete?type=' + field.withType; | ||
if (manager) { | ||
@@ -351,0 +351,0 @@ autocomplete = manager._action + '/autocomplete'; |
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
80388