Item8896: SpreadSheetPlugin ignores SKIPINCLUDE option
Priority: Normal
Current State: Closed
Released In: 1.0.10, 1.1.0
Target Release: patch
%CALC{}%
is not expanded in
INCLUDE
context by default. There is a preference setting to deal with this:
Preference |
Meaning |
Default |
SPREADSHEETPLUGIN_SKIPINCLUDE |
Do not handle variable in included topic while including topic |
1 |
%CALC{}%
should be expanded in
INCLUDE
if this setting was adjusted to 0, but the code:
# Flag to skip calc if in include
$skipInclude =
Foswiki::Func::getPreferencesFlag("SPREADSHEETPLUGIN_SKIPINCLUDE") || 1;
ignores the value if it's 0, what leads to %CALC{}% to be always ignored in
INCLUDE
context.
--
GilmarSantosJr - 12 Apr 2010