#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 11 years ago by
Type: | enhancement → task |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Milestone: | DASISH backend → DASISH client |
---|
Note: See
TracTickets for help on using
tickets.
Has been replaced by <permissions/> for the time being.