#298: Exception from missing req.chrome['labels'] in filter_stream
------------------------+-----------------------
Reporter: gjm | Owner: gjm
Type: defect | Status: accepted
Priority: major | Milestone: Release 4
Component: dashboard | Version:
Resolution: | Keywords:
------------------------+-----------------------
Comment (by gjm):
Looking again, that patch doesn't quite work so it looks like, if we keep
the suggested {{{_get_whitelabelling}}} method, we still need
{{{
#!python
req.chrome['labels'] = self._get_whitelabelling()
}}}
in the {{{post_process_request}}} and just
{{{
#!python
app_short = self._get_whitelabelling()['application_short']
}}}
in the {{{filter_stream}}} method.
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/298#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker