This question about Using an extension: Needs followup in Tasks
Hello,
When publishing a topic that uses the
EditTablePlugin, the table's "Edit" button appears in the published page even if enableplugins is set to
EmptyPlugin.The enableplugins setting works properly for the other plugins I've tried, just not
EditTablePlugin.
I see this was mentioned before, but I haven't been able to find a resolution.
http://foswiki.org/Development/LetPluginsDisableOtherPlugins
Sorry for the flood of support questions! Any suggestions would be greatly appreciated.
Thanks again.
--
DevinBougie - 24 Apr 2012
There are two bugs here:
- PublishPlugin needs to set the
static
context.
- EditTablePlugin should check for
static
context and not render the button or any other active components.
--
GeorgeClark - 24 Apr 2012
Thank you, George. I have now created two tasks for this.
--
DevinBougie - 09 Jul 2012