Jesse Glick commented on Bug JENKINS-23151

Probable workaround:

<f:entry title="…" field="…">
    <j:choose>
        <j:when test="${instance != null}">
            <st:adjunct includes="org.kohsuke.stapler.codemirror.mode.groovy.groovy"/>
            <f:textarea codemirror-mode="…"/>
        </j:when>
        <j:otherwise>
            <f:textarea/>
        </j:otherwise>
    </j:choose>
</f:entry>

This does not address JENKINS-15604 or JENKINS-23148, however.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to