Changeset 4959


Ignore:
Timestamp:
04/13/14 18:44:31 (10 years ago)
Author:
stephanie.roth@snd.gu.se
Message:

Replaces "users" with "principals" in ownerRef value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/client/trunk/chrome/markingcollection/content/markingcollection/annotator-service/conversion.utils.js

    r4898 r4959  
    123123                            xmlns:xhtml="http://www.w3.org/1999/xhtml"\n\
    124124                            URI="' + annotationFramework.getBackend() + '/api/annotations/00000000-0000-0000-' + om_object.oid.substring(0, 4) + '-' + om_object.oid.substring(4, 14) + '00"\n\
    125                             ownerRef="' + annotationFramework.getBackend() + '/api/users/00000000-0000-0000-' + om_object.oid.substring(0, 4) + '-' + om_object.oid.substring(4, 14) + '00">\n\
     125                            ownerRef="' + annotationFramework.getBackend() + '/api/principals/00000000-0000-0000-' + om_object.oid.substring(0, 4) + '-' + om_object.oid.substring(4, 14) + '00">\n\
    126126                        <headline>' + om_object.oid_title + '</headline>\n\
    127127                        <lastModified>' + timestamp.toISOString() + '</lastModified>\n\
Note: See TracChangeset for help on using the changeset viewer.