-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 0.9.0
-
Component/s: ymir-extension
-
None
自動生成時にtal:condition式に書いたプロパティについて子プロパティを辿るとNullPointerExceptionがスローされる。
例:
<div tal:condition="self/information">
<p tal:repeat="entry self/information/entries" tal:content="entry/value">VALUE</p>
</div>
対処しました。