Added template var to Thingy to reflect callerAssetId from RenderThingData.

This commit is contained in:
Chris Hanson 2011-06-20 11:38:02 -05:00
parent 8a6ba94191
commit c646f012ae
2 changed files with 7 additions and 0 deletions

View file

@ -155,6 +155,7 @@ our $HELP = {
{
'name' => 'variables by label',
},
{ 'name' => 'caller assetId' },
],
related => [
{ tag => 'edit thing template',

View file

@ -1162,6 +1162,12 @@ below/after the form element.|,
context => q|Hoverhelp for edit field screen|,
},
'caller assetId' => {
message => q|When passed into the www_viewThingData, provides the assetId of the caller asset. Used by RenderThingMacro. See POD.|,
lastUpdated => 0,
context => q|Template variable help for www_viewThingData|,
},
};
1;