Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed the inherit plugin so that it does not explode when trying to render an "empty" plugin #1482

Merged

Commits on Oct 17, 2012

  1. fixed the inherit plugin so that it does not explode when trying to r…

    …ender an "empty" plugin
    
    "empty" means in this case a plugin that has a ``CMSPlugin`` instance, but no subclass instance, despite having a ``plugin_type`` other than ``CMSPluginBase``. Such plugins can come into existence e.g. when the user starts creating a plugin, but cancels the creation of the plugin.
    beniwohli committed Oct 17, 2012
    Copy the full SHA
    fda2484 View commit details
    Browse the repository at this point in the history