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

Richard Mudgett asteriskteam at digium.com
Fri Feb 2 10:26:16 CST 2018


Richard Mudgett has submitted this change and it was merged. ( 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(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve; Approved for Submit
  Corey Farrell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved



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: merged
Gerrit-Change-Id: I8f494b0c895a69b8bc94656d0c6ceebecb0394d8
Gerrit-Change-Number: 8146
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180202/0ac92b84/attachment.html>


More information about the asterisk-code-review mailing list