Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#515 closed task (fixed)

Client xml output update for permissions

Reported by: stephanie.roth@snd.gu.se Owned by: stephanie.roth@snd.gu.se
Priority: major Milestone: DASISH client
Component: DASISH client Version:
Keywords: xml client output Cc:

Description

In conversion.utils.js the client annotation xml output needs to be adjusted according to latest backend changes.
in

<permissions>\n\

<userWithPermission ref="' + annotationFramework.getBackend() + '/api/users/00000000-0000-0000-' + om_object.oid.substring(0, 4) + '-' + om_object.oid.substring(4, 14) + '00">\n\

<permission>owner</permission>\n\

</userWithPermission>\n\

</permissions>\n\

<permission>owner</permission

is obsolete. Possible <permissions> element needs to be used by client for sending information on public flag or specific writer permissions for other users.

Change History (3)

comment:1 Changed 10 years ago by stephanie.roth@snd.gu.se

Type: enhancementtask

comment:2 Changed 10 years ago by stephanie.roth@snd.gu.se

Resolution: fixed
Status: newclosed

Has been replaced by <permissions/> for the time being.

comment:3 Changed 10 years ago by stephanie.roth@snd.gu.se

Milestone: DASISH backendDASISH client
Note: See TracTickets for help on using tickets.