NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item8896: SpreadSheetPlugin ignores SKIPINCLUDE option
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
SpreadSheetPlugin |
|
%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