← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1261691] Re: TemplateSyntaxError at /admin/info/

 

[Expired for OpenStack Dashboard (Horizon) because there has been no
activity for 60 days.]

** Changed in: horizon
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1261691

Title:
  TemplateSyntaxError at /admin/info/

Status in OpenStack Dashboard (Horizon):
  Expired

Bug description:
  It seems, when encountering an exception in a filter, the whole page
  doesn't show. In most cases, those issues can be ignored.

  /home/mrunge/work/horizon/horizon/decorators.py in dec

              return view_func(request, *args, **kwargs)

      ...

  ▶ Local vars
  /home/mrunge/work/horizon/horizon/decorators.py in dec

                      return view_func(request, *args, **kwargs)

      ...

  ▶ Local vars
  /home/mrunge/work/horizon/horizon/decorators.py in dec

                  return view_func(request, *args, **kwargs)

      ...

  ▶ Local vars
  /home/mrunge/work/horizon/horizon/decorators.py in dec

          """Sets the currently-active dashboard and/or panel on the
  request."""

          @functools.wraps(view_func,
  assigned=available_attrs(view_func))

          def dec(request, *args, **kwargs):

              if dashboard:

                  request.horizon['dashboard'] = dashboard

              if panel:

                  request.horizon['panel'] = panel

              return view_func(request, *args, **kwargs)

      ...

          return dec

      def require_auth(view_func):

          """Performs user authentication check.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1261691/+subscriptions


References