apostrophe 3.51.0 → 3.51.1
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/CHANGELOG.md
CHANGED
|
@@ -133,7 +133,8 @@ export default {
|
|
|
133
133
|
return conditionalFields(
|
|
134
134
|
this.schema,
|
|
135
135
|
this.getFieldsByCategory(followedByCategory),
|
|
136
|
-
|
|
136
|
+
// currentDoc for arrays, docFields for all other editors
|
|
137
|
+
this.currentDoc ? this.currentDoc.data : this.docFields.data,
|
|
137
138
|
this.externalConditionsResults
|
|
138
139
|
);
|
|
139
140
|
},
|