You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.
I'm seeing an issue where read_only attributes aren't in the read_only metadata if e.g. I have an EventsController that uses a serializer named BasicEventSerializer (or anything that's not the default EventSerializer).
Looks like it's because RenderJsonMeta::MetadataReadOnly only looks for the default serializer:
I'm seeing an issue where read_only attributes aren't in the read_only metadata if e.g. I have an
EventsController
that uses a serializer namedBasicEventSerializer
(or anything that's not the defaultEventSerializer
).Looks like it's because
RenderJsonMeta::MetadataReadOnly
only looks for the default serializer:daylight/rails/extensions/render_json_meta.rb
Line 68 in 010ed7b
The text was updated successfully, but these errors were encountered: