apostrophe-schemas
Advanced tools
Comparing version 0.5.76 to 0.5.77
{ | ||
"version": "0.5.76", | ||
"version": "0.5.77", | ||
"name": "apostrophe-schemas", | ||
@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects", |
@@ -616,2 +616,3 @@ /* globals: async, apos, _, aposPages, async, $ */ | ||
$field.on('afterAddItem', function(e, item, $item) { | ||
apos.emit('enhance', $item); | ||
_.each(field.relationship || [], function(field) { | ||
@@ -618,0 +619,0 @@ if (field.type === 'tags') { |
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
116177
1631