Hi, I'm having a small problem deleting the filter reference from the admin ui.

In an extension I'm running:

admin.page.edit.main.delete('edit_popups')
admin.page.new.main.delete('edit_popups')

Yet the @content_for_popups var still contains the filter reference and add part popup. Not entirely certain why. My understanding is in edit.html.haml:

  - main.edit_popups do
    = render :partial => "popups"

Should not be running due my modifications. When I place a debugger above that line and in the console type:

'main.edit_popups' I'm told the partial doesn't exist. A debugger statement within that block executes, and the content_for_popups var is populated.

Anything I'm missing here?

Radiant 0.8.0RC1 / Rails 2.3.2

Kunal
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to