Added template var to Thingy to reflect callerAssetId from RenderThingData.
This commit is contained in:
parent
8a6ba94191
commit
c646f012ae
2 changed files with 7 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ our $HELP = {
|
|||
{
|
||||
'name' => 'variables by label',
|
||||
},
|
||||
{ 'name' => 'caller assetId' },
|
||||
],
|
||||
related => [
|
||||
{ tag => 'edit thing template',
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue