-
Bug
-
Resolution: Fixed
-
Medium (View bug fix roadmap)
-
4.2.3
-
WAR Deployment; Tomcat 6.0.18; JDK x86_64 1.6.0_17; CentOS 5.5; JFS 1.2.1
-
4.02
-
Per the attached diff, the following line was removed from attachment-edit.vm between versions 4.2.1 and 4.2.3 (at least for the EAR/WAR version):
#customControlFooter ($action "attachment_field" $fieldLayoutItem.getFieldDescription() $displayParameters $auiparams)
This seems to prevent a closing DIV tag from appearing in any transition screen with the Attachments field enabled which breaks the formatting of the page. This accompanied by the JFS plugin will prevent any fields below the Attachments field from being displayed whatsoever. If I either re-add the aforementioned customControlFooter line or remove the unterminated customControlHeader line, formatting is restored.
Form Name |
---|
Recent update to attachment-edit.vm template breaks HTML formatting due to missing DIV closing tag
-
Bug
-
Resolution: Fixed
-
Medium
-
4.2.3
-
WAR Deployment; Tomcat 6.0.18; JDK x86_64 1.6.0_17; CentOS 5.5; JFS 1.2.1
-
4.02
-
Per the attached diff, the following line was removed from attachment-edit.vm between versions 4.2.1 and 4.2.3 (at least for the EAR/WAR version):
#customControlFooter ($action "attachment_field" $fieldLayoutItem.getFieldDescription() $displayParameters $auiparams)
This seems to prevent a closing DIV tag from appearing in any transition screen with the Attachments field enabled which breaks the formatting of the page. This accompanied by the JFS plugin will prevent any fields below the Attachments field from being displayed whatsoever. If I either re-add the aforementioned customControlFooter line or remove the unterminated customControlHeader line, formatting is restored.