Opened 13 years ago
Closed 13 years ago
#1667 closed defect (fixed)
Delete of items in trash is aborted if user logs off
Reported by: | Jari Häkkinen | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.0.4 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
As administrator I impersonate another user account and want to delete raw bioassays in the trash. I mark the raw bioassay I want to remove from trash and click 'Delete permanently', click on the 'Close' button in the popup, and logoff. The logoff popup is blocked for about 10 minutes before the logoff concludes successfully. However, the item that was to be removed did not go away.
Removing the item once more without logging out will within 1 minute remove the raw bioassay from the database.
Change History (2)
comment:1 by , 13 years ago
Milestone: | → BASE 3.0.4 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5990]) Fixes #1667: Delete of items in trash is aborted if user logs off
The trashcan now uses a cloned session control and should not be affected if something happens (such as logout) with the original session control.