Opened 5 years ago

Closed 5 years ago

#1176 closed defect (fixed)

The keep-session-alive functionality should not hide current messages

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

Description

I noted a problem with the MIPs plate/aliquot importer. If there are any warning and/or error messges displayed after parsing the file, they will disappear after a random amount of time. Sometimes very quickly and sometimes the stay a little longer.

This has been traced to the keep-session-alive functionality which submits an AJAX request to the server and when the response comes back, the list with messages is cleared.

Change History (1)

comment:1 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 5605:

Fixes #1176: The keep-session-alive functionality should not hide current messages

The keep-alive functionality should not use the generic wizard request handler since it do a lot of things that are useful in many other circumstances.

Note: See TracTickets for help on using tickets.