Bug 814217 - [userportal] NPEs after sign out
Summary: [userportal] NPEs after sign out
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-userportal
Version: unspecified
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: ---
Assignee: Vojtech Szocs
QA Contact:
URL:
Whiteboard: ux
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-19 11:50 UTC by Vojtech Szocs
Modified: 2012-05-17 13:31 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-17 13:31:47 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description Vojtech Szocs 2012-04-19 11:50:01 UTC
In UserPortal, after signing out, there are some NPEs thrown periodically within the login section, until the user logs in again.

This is because UserPortal's main models [UPBasicListModel, UPListModel, UPTemplateListModel] don't have their refresh timers stopped upon logout.

In WebAdmin, this is achieved via CommonModel, which calls EnsureAsyncSearchStopped on its main models. In UserPortal, there is no CommonModel, and therefore we need to call EnsureAsyncSearchStopped manually on UserPortal main models.

Comment 1 Tomas Jelinek 2012-05-17 13:31:47 UTC
This has been fixed in git: f3e4892d115da95e9f44e0d09c0c073c7eacc62b


Note You need to log in before you can comment on or make changes to this bug.