Skip to content

Better support for 3rd party panels needing URLs/views. #448

Closed
@robhudson

Description

@robhudson

This is an idea I had long ago but apparently never wrote down.

The idea was: imagine if the SQL panel were a 3rd party panel. The steps to integrate the panel would require both a debug toolbar setting to activate the panel but also a URL insertion to map a new URL to the view.

My thought was we could adopt something similar to what the admin does where it allows custom admin URLs to be added. I think it's get_urls on the admin class or something.

If panels had a similar mechanism to provide their own URLs and views, that opens up more options for 3rd party panels to be able to do their own calls out to views for AJAX or the like.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions