SmithKettlewellRERC / DVX-YouDescribe-issues

Issue tracking repo for DVX & YouDescribe (Automatically exported from code.google.com/p/sk-dvx)
http://youdescribe.org/
0 stars 0 forks source link

Change the 'modified' record of a movie entry in the DVX database whenever a clip is added or deleted from that movie #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the 'modified' entry for a movie, e.g.:

http://dvx.ski.org:9090/dvxApi/v1/movie?MediaId=TaB0eT7nC3M

gives:

<movies>
  <ns2:movie xmlns:ns2="http://movie.hibernate.server.dvx.ski.org/">
    <created>20130426125139</created>
    <modified>20130508153712</modified>
    <movieActive>1</movieActive>
    <movieAuthorFk>3</movieAuthorFk>
    <movieDescription/>
    <movieId>1155</movieId>
    <movieLanguageMainFk>1</movieLanguageMainFk>
    <movieName>Corner Gas ® - Pilates Twist</movieName>
    <movieSbnNumber>TaB0eT7nC3M</movieSbnNumber>
  </ns2:movie>
</movies>

The 'modified' field does not get changed when clips are added or deleted, 
making it hard to sort movies based on when they were last changed. DVX API 
should update the movie's 'modified' every time a clip is added or deleted.

Original issue reported on code.google.com by Owen.R.E...@gmail.com on 7 Aug 2013 at 12:44

GoogleCodeExporter commented 9 years ago
This is fixed in DVX2.

Original comment by Owen.R.E...@gmail.com on 4 Oct 2013 at 9:44