我的插件中有两个大豆模板,其中一个加载正常,但另一个没有加载 500 内部服务器错误。我从控制台附加错误。
这是我的代码:
{namespace JIRA.Templates.Impacttemplate.ImpactRow}
/**
* Render the information page for the Requirement Template.
* @param actor : string
@param impact: string
*
*/
{template .renderImpactRow}
<tr class="impact-soy" data-key="{$impact}" >
/*<td><a href="#" id="button"><span class="key">{$productName}</span></a></td>*/
<td><span class="key">{$impact}</span></td>
<td><span class="name">{$actor}</span></td>
</tr>
{/template}