Task #8748 (closed)
Bug: Log off and tabs
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | rleigh, rkferguson, saloynton |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-05-22 (15) |
Description
Logged in as root. Added user "rleigh" in "hudson" group. Logged out and back in as "rleigh". The new (non admin) user had an Administration panel but this was blank. Logging out and back in as root likewise resulted in a blank Administration panel. Restarting insight and logging in as "rleigh" resulted in no Administration panel being present. Suggestion: when using the "File->Log out" option, something is being incorrectly initialised or cleared.
The importer needs to be clear too.
Change History (11)
comment:1 Changed 7 years ago by jburel
comment:2 Changed 7 years ago by jburel
- Remaining Time set to 0.5
- Sprint set to 2012-05-22 (15)
- Status changed from new to accepted
comment:3 Changed 7 years ago by jburel
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:4 Changed 7 years ago by jburel <j.burel@…>
(In [8206db985a880fadfcad24d2ab459fae63b8acee/ome.git] on branch develop) Relayout browser after login off. (see #8748)
comment:5 Changed 7 years ago by jburel <j.burel@…>
(In [78c93bd039648d277d625be2cc13b04520786d96/ome.git] on branch develop) Reset import after logging off (see #8748)
comment:6 Changed 7 years ago by jburel <j.burel@…>
(In [7511cdf064de8ff7f85da970ece9932f79c3fb8e/ome.git] on branch develop) Fix class cast E when reconnecting (see #8748)
comment:7 Changed 7 years ago by rleigh
- Resolution fixed deleted
- Status changed from closed to reopened
comment:8 Changed 7 years ago by rleigh
This does not appear to be completely fixed in the latest Insight, though the problem is less severe than previously.
To reproduce:
log in as user-5. Go to the Administration panel.
log out.
log in as root. The administration panel will be blank. However, by closing and reopening the panel, it will be correctly filled. There is, however, still some inconsistency in the state of the main window when logging out and in again. This is also not restricted to the Administration panel: I also got user-5's file list when I logged back in as root if I left the browser panel open, though a second log out and in gave me restored the root view.
comment:9 Changed 7 years ago by jburel
Roger
There is, however, still some inconsistency in the state of the main window when logging out and in again. This is also not restricted to the Administration panel: I also got user-5's file list when I logged back in as root if I left the browser panel open, though a second log out and in gave me restored the root view.
This was fixed last night so not in the build you are using.
comment:10 Changed 7 years ago by jburel
- Resolution set to fixed
- Status changed from reopened to closed
comment:11 Changed 7 years ago by jburel <j.burel@…>
(In [e050923b78e3d0a7576f0d4a2cf474b5f249eba4/ome.git] on branch develop) Fix log off (see #8748)
When logging off, make sure the import history is clear.