<!-- 
RSS generated by JIRA (8.1.3#801003-sha1:6b6f07cffadda9a0d6efe24639daed8ce94dcdd6) at Sat Feb 10 05:45:59 GMT 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Rivet Logic Corporation JIRA </title>
    <link>https://issues.rivetlogic.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.1.3</version>
        <build-number>801003</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[AWPR-3] In awpr-example-webscripts whatsnew gives javascript error and does not display searched content</title>
                <link>https://issues.rivetlogic.com/browse/AWPR-3</link>
                <project id="10074" key="AWPR">Alfresco Web script Portlet rivet</project>
                    <description>Java script error is displayed on IE 6.0 with mozilla it works fine when alfresco webscript is hit but gives displays only whatnew when the script url is set in awpr prefernce tab</description>
                <environment>Alfresco 3.0 labs liferay 5.2.3 with amp patches for star1.1 and awpr-example-webscripts and IE 6.0</environment>
        <key id="15740">AWPR-3</key>
            <summary>In awpr-example-webscripts whatsnew gives javascript error and does not display searched content</summary>
                <type id="1" iconUrl="https://issues.rivetlogic.com/secure/viewavatar?size=xsmall&amp;avatarId=11083&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://issues.rivetlogic.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://issues.rivetlogic.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="aelnattar">Al El-Nattar</assignee>
                                    <reporter username="nilendra">nilendra</reporter>
                        <labels>
                    </labels>
                <created>Thu, 9 Jul 2009 02:07:49 -0400</created>
                <updated>Thu, 9 Jul 2009 11:15:24 -0400</updated>
                            <resolved>Thu, 9 Jul 2009 11:15:24 -0400</resolved>
                                                                    <component>awpr-liferay-portal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                <comments>
                            <comment id="24386" author="nilendra" created="Thu, 9 Jul 2009 02:12:03 -0400"  >Please find teh screen shots</comment>
                            <comment id="24407" author="aelnattar" created="Thu, 9 Jul 2009 09:59:46 -0400"  >Hi,&lt;br/&gt;
&lt;br/&gt;
There&amp;#39;s a bug in the code for the whatsnew script:&lt;br/&gt;
&lt;br/&gt;
var oConfigs = {&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;paginator: new YAHOO.widget.Paginator({&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rowsPerPage: 15&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}),&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;br/&gt;
&lt;br/&gt;
has an extra comma that should be removed:&lt;br/&gt;
&lt;br/&gt;
var oConfigs = {&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;paginator: new YAHOO.widget.Paginator({&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rowsPerPage: 15&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;})&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;br/&gt;
&lt;br/&gt;
I will upload a new AMP with the fix and update this jira issue when that&amp;#39;s done.&lt;br/&gt;
&lt;br/&gt;
Cheers.</comment>
                            <comment id="24414" author="aelnattar" created="Thu, 9 Jul 2009 10:40:33 -0400"  >There&amp;#39;s another syntax error (only in IE) that you would need to fix:&lt;br/&gt;
&lt;br/&gt;
var myColumnDefs = [&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{key:&amp;quot;name&amp;quot;, label:&amp;quot;Name&amp;quot;},&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{key:&amp;quot;description&amp;quot;, label:&amp;quot;Description&amp;quot;},&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;];&lt;br/&gt;
&lt;br/&gt;
also has an extra comma that needs to be removed:&lt;br/&gt;
&lt;br/&gt;
var myColumnDefs = [&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{key:&amp;quot;name&amp;quot;, label:&amp;quot;Name&amp;quot;},&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{key:&amp;quot;description&amp;quot;, label:&amp;quot;Description&amp;quot;}&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;];&lt;br/&gt;
&lt;br/&gt;
Cheers.</comment>
                            <comment id="24415" author="aelnattar" created="Thu, 9 Jul 2009 11:15:24 -0400"  >A new amp with the fixes has been uploaded to our wiki:&lt;br/&gt;
&lt;br/&gt;
&lt;a href=&quot;http://wiki.rivetlogic.com/download/attachments/4983599/awpr-example-webscripts-1.4.0.amp?version=2&quot;&gt;http://wiki.rivetlogic.com/download/attachments/4983599/awpr-example-webscripts-1.4.0.amp?version=2&lt;/a&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13712" name="javascript error on whats new.bmp" size="2359350" author="nilendra" created="Thu, 9 Jul 2009 02:07:49 -0400"/>
                            <attachment id="13711" name="whatsnew[1]source.txt" size="22376" author="nilendra" created="Thu, 9 Jul 2009 02:07:49 -0400"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_11470" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>MoSCoW</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10010"><![CDATA[Must do]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11170" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i00aon:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10070" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1732</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>