| Summary | common-header not included if initial_app = ansel |
| Queue | Ansel |
| Queue Version | 1.1 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | lameventanas (at) gmail (dot) com |
| Created | 02/05/2010 (5754 days ago) |
| Due | |
| Updated | 02/09/2010 (5750 days ago) |
| Assigned | 02/05/2010 (5754 days ago) |
| Resolved | 02/09/2010 (5750 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
So you may close this ticket, and I'll let you know if it happens again.
Assigned to Michael Rubinsky
State ⇒ Feedback
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ common-header not included if initial_app = ansel
Queue ⇒ Ansel
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
included after logging in.
If I refresh the page after logging in, the common-header gets included.
I presume this has something to do with displaying the initial
notification (last login date/time message), because it gets fixed if
I comment the code in templates/menu.inc:
// $GLOBALS['notification']->notify(array('listeners' => 'status'));
but then, of course, I won't get notifications.