[Asterisk-code-review] appdocsxml.xslt: Add Language to channel snapshot transforma... (asterisk[master])
Sean Bright
asteriskteam at digium.com
Thu Feb 1 15:03:03 CST 2018
Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/8146
Change subject: appdocsxml.xslt: Add Language to channel snapshot transformation
......................................................................
appdocsxml.xslt: Add Language to channel snapshot transformation
Change-Id: I8f494b0c895a69b8bc94656d0c6ceebecb0394d8
---
M doc/appdocsxml.xslt
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/46/8146/1
diff --git a/doc/appdocsxml.xslt b/doc/appdocsxml.xslt
index 511011a..cbdbdf7 100644
--- a/doc/appdocsxml.xslt
+++ b/doc/appdocsxml.xslt
@@ -78,6 +78,11 @@
</xsl:element>
<xsl:element name="parameter">
<xsl:attribute name="name">
+ <xsl:value-of select="concat(@prefix,'Language')"/>
+ </xsl:attribute>
+ </xsl:element>
+ <xsl:element name="parameter">
+ <xsl:attribute name="name">
<xsl:value-of select="concat(@prefix,'AccountCode')"/>
</xsl:attribute>
</xsl:element>
--
To view, visit https://gerrit.asterisk.org/8146
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f494b0c895a69b8bc94656d0c6ceebecb0394d8
Gerrit-Change-Number: 8146
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180201/70d307d3/attachment.html>
More information about the asterisk-code-review
mailing list