ems-project / elasticms

ElasticMS's monorepo
MIT License
3 stars 8 forks source link

fix(core/api): json export remove proxy fields (__initializer__, ...) #911

Closed Davidmattei closed 1 month ago

Davidmattei commented 1 month ago
Q A
Bug fix? y
New feature? n
BC breaks? n
Deprecations? n
Fixed tickets? n
Documentation? n

The json export for the standard wysiwyg profile contains proxy fields. This happens because we authenticate and then request and export of wysiwyg profiles. The profile attached too the authenticated user will already be proxy loaded by doctrine. This explains why only the standard profile was containing these fields.