提交 d7a75713 编写于 作者: K Kohsuke Kawaguchi 提交者: Jesse Glick

$class is not legacy, stapler-class is, so making sure it's not getting mixed up.

(cherry picked from commit 4e2efcda)
上级 10821fc0
......@@ -41,8 +41,7 @@ THE SOFTWARE.
<input type="hidden" name="kind" value="${attrs.descriptor.id}" />
</j:when>
<j:otherwise>
<!-- Legacy: Remove once plugins have been staged onto $class -->
<input type="hidden" name="stapler-class" value="${clazz}" />
<input type="hidden" name="stapler-class" value="${clazz}" /> <!-- Legacy: Remove once plugins have been staged onto $class -->
<input type="hidden" name="$class" value="${clazz}" />
</j:otherwise>
</j:choose>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册