← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1261691] [NEW] TemplateSyntaxError at /admin/info/

 

Public bug reported:

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.

** Affects: horizon
     Importance: Low
     Assignee: Matthias Runge (mrunge)
         Status: In Progress

** Changed in: horizon
    Milestone: None => icehouse-2

-- 
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):
  In Progress

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


Follow ups

References