Opened 10 years ago

Closed 10 years ago

#557 closed defect (fixed)

Don't remove histology work lists after registration

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: Reggie v2.14
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

This causes permission problems since users are normally not allowed to remove items. This has not been noticed before since the same user has been responsible for both creating the work list and registering the embedded paraffin blocks.

But the work lists can't remain in the work flow either so we must find a way to tell the difference between unregistered and registered work lists.

Unfortunately, biomaterial lists can't have annotations and there is no creation date property either. The only possible solution is to change the 'externalId' property to some other value that (eg. net.sf.basedb.reggie.histology.work-list.completed).

A workaround for the current situation is that the user that created the work list (or an administrator) manually give 'DELETE' permission to the user that is going to register the paraffin blocks.

Change History (2)

comment:1 by Nicklas Nordborg, 10 years ago

Status: newassigned

comment:2 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: assignedclosed

(In [2190]) Fixes #557: Don't remove histology work lists after registration

Note: See TracTickets for help on using tickets.