Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion transforms/csdl/preprocess_csdl.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@
<xsl:with-param name="readable">false</xsl:with-param>
</xsl:call-template>
<xsl:call-template name="InsertRestrictionsTemplate">
<xsl:with-param name="insertable">false</xsl:with-param>
<xsl:with-param name="insertable">true</xsl:with-param>
Comment thread
MIchaelMainer marked this conversation as resolved.
Outdated
</xsl:call-template>
</xsl:element>
</xsl:when>
Expand Down
Loading