Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-9114

Adjust web service results for Series to include its ordering type.

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • None
    • None
    • Web service
    • None

      MMD2 shows an "ordering-attribute" element for a series, but no such thing is deserialized by the current server code.

      Series does have an ordering_type property that is not currently serialized by the webservice (whether for XML or JSON).

      Perhaps it makes sense to adjust MMD2 accordingly, and have

      <ordering-type id="$ordering_type->gid">$ordering_type->name</ordering-type>

      for XML and

      ordering-type: $ordering_type->name,
      ordering-type-id: $ordering_type->gid,

      for JSON.

            Unassigned Unassigned
            zastai Tim Van Holder
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package