we have some issue with active assembly,
there is a checkbox value in the content editor, when it is ticked and we try to the item in active assembly we get
FATAL exception raised: this.objId.getFieldLabel() is null
the template does use the value of the checkbox to trigger an element
when it is unticked the active assembly is fine
is there a bug with active assembly and checkboxes???
What your error seems to indicate to me is that sys_contentlastmodifieddate may not have been added to the editor declaration as a system field. You can either add it or change your date display line to:
We had similar problems with single check box. How are you declaring the checkbox? Single check boxes should be declared as boolean and not as text and your code should check for true/false and not yes/no. You can check the declaration in workbench.