Ticket #552 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

/asset response is missing fields

Reported by: Michiel.Schok Owned by:
Priority: blocker Milestone: MediaMosa 3.1/3.5
Component: Core Version:
Keywords: Cc:
MoSCoW: none Estimated time after impact analysis:
Related to project: none Tested: no
Accepted: no Estimated Hours: 0

Description

When searching assets, SURFmedia uses the /asset call and its response to render a webpage for the user.

In current release on VP-Core acceptance, this /asset response is missing a lot of fields.
The following fields are missing under each 'item':

<czp>
        <aggregatieniveau/>
        <auteursrechten/>
        <beoogde_eindgebruiker/>
        <beoogde_leeftijdsgroep/>
        <beschrijving/>
        <classificatie/>
        <context/>
        <identificatiecode/>
        <kosten/>
        <omschrijving_rechten/>
        <schemanaam/>
        <sleutelwoord/>
        <soort_leermateriaal/>
        <status/>
        <taal/>
        <titel/>
        <versie/>
      </czp>
      <dublin_core>
        <contributor/>
        <coverage_spatial/>
        <coverage_temporal/>
        <creator>test_maker</creator>
        <date>2009-01-01 00:00:00</date>
        <description>test_beschrijving</description>
        <format/>
        <identifier/>
        <language/>
        <publisher/>
        <relation/>
        <rights/>
        <source/>
        <subject/>
        <title>test_titel</title>
        <type>video</type>
      </dublin_core>
      <qualified_dublin_core>
        <created/>
        <description_abstract/>
        <format_extent/>
        <format_medium/>
        <hasformat/>
        <isformatof/>
        <isreferencedby/>
        <issued/>
        <license/>
        <rightsholder/>
        <title_alternative/>
      </qualified_dublin_core>

SURFmedia breaks when dc:type and dc:description are missing...

The 'beheer-app' at
 https://beheer.acceptatie.vpcore.snkn.nl/admin/mediamosa/browse/asset
 https://beheer.acceptatie.vpcore.snkn.nl/admin/mediamosa/browse/asset/IfmWCFYZB3iCIRQkFNlNkJeY

also breaks, possibly for the same reason.

This is a blocking issue. Can this be fixed quickly or a rollback performed so I can continue use VP-Core acceptance?

Change History

Changed 17 months ago by forgacs

The "Dublin Core", the "Qualified Dublin Core" and the "Content Zoek Profiel" modules should be enabled.

Changed 17 months ago by Frans

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.