[Asterisk-code-review] appdocsxml.xslt: Add Language to channel snapshot transforma... (asterisk[15])

Sean Bright asteriskteam at digium.com
Thu Feb 1 15:02:56 CST 2018


Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/8145


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/45/8145/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/8145
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f494b0c895a69b8bc94656d0c6ceebecb0394d8
Gerrit-Change-Number: 8145
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/a0c1a2f5/attachment.html>


More information about the asterisk-code-review mailing list