<!-- 
RSS generated by JIRA (8.13.3#813003-sha1:22ebedbb75c99b147c66f14e031dd8a2d214753a) at Sat Feb 10 07:17:37 CET 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>Jira</title>
    <link>https://jira.astppbilling.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.13.3</version>
        <build-number>813003</build-number>
        <build-date>14-01-2021</build-date>
    </build-info>


<item>
            <title>[ASTPPCOM-489] Bug: Searching for invoices doesn&apos;t work - browser console shows 500 error from server, GUI</title>
                <link>https://jira.astppbilling.org/browse/ASTPPCOM-489</link>
                <project id="10608" key="ASTPPCOM">ASTPP Community</project>
                    <description>&lt;p&gt;May (or may not) be related to &lt;a href=&quot;https://jira.astppbilling.org/browse/ASTPPCOM-170&quot; title=&quot;Old jQuery version&quot; class=&quot;issue-link&quot; data-issue-key=&quot;ASTPPCOM-170&quot;&gt;&lt;del&gt;ASTPPCOM-170&lt;/del&gt;&lt;/a&gt; &lt;br/&gt;
Search calls a URL for JSON which returns 500 internal server error and no content. &lt;br/&gt;
GUI shows &quot;Processing, please wait ...&quot; forever - so timeout / error trapping is not good either. &lt;/p&gt;

&lt;p&gt;For example, searching for invoice numbers starting with &quot;T011&quot; calls this URL &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
jquery-1.7.1.js:8102 
GET http:&lt;span class=&quot;code-comment&quot;&gt;//SERVER_DNS:8089/invoices/invoice_list_json?page=1&amp;amp;rp=10&amp;amp;sortname=undefined&amp;amp;sortorder=undefined&amp;amp;query=&amp;amp;qtype= 
&lt;/span&gt;500 (Internal Server Error)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Which I notice doesn&apos;t contain the search term. I cannot load this directly from browser.&lt;/p&gt;

&lt;p&gt;If I refresh page and then change pagination to 50 it calls&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
http:&lt;span class=&quot;code-comment&quot;&gt;//SERVER_DNS:8089/invoices/invoice_list_json?page=1&amp;amp;rp=50&amp;amp;sortname=undefined&amp;amp;sortorder=undefined&amp;amp;query=&amp;amp;qtype=&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;which loads fine, and I can load directly from browser.&lt;/p&gt;

&lt;p&gt;Those are basically the same URL, just with different rp values - so try &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
http:&lt;span class=&quot;code-comment&quot;&gt;//SERVER_DNS:8089/invoices/invoice_list_json?page=1&amp;amp;rp=10&amp;amp;sortname=undefined&amp;amp;sortorder=undefined&amp;amp;query=&amp;amp;qtype= &lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;directly in browser again and it loads fine.  At this point, I&apos;m confused why this doen&apos;t work in first instance but works fine in second instance.  However first instance doesn&apos;t contain search term, so won&apos;t work as expected anyway. &lt;/p&gt;

&lt;p&gt;Of course the expected console messages show up:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
(index):165 Uncaught ReferenceError: SyntaxHighlighter is not defined
    at (index):165
(anonymous) @ (index):165
maxcdn_bootstrap.min.js:6 Uncaught Error: Bootstrap&apos;s JavaScript requires jQuery version 1.9.1 or higher
    at maxcdn_bootstrap.min.js:6
    at maxcdn_bootstrap.min.js:6
(anonymous) @ maxcdn_bootstrap.min.js:6
(anonymous) @ maxcdn_bootstrap.min.js:6
jquery-1.7.1.js:8068 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user&apos;s experience. For more help, check https:&lt;span class=&quot;code-comment&quot;&gt;//xhr.spec.whatwg.org/.
&lt;/span&gt;send @ jquery-1.7.1.js:8068
ajax @ jquery-1.7.1.js:7580
gettext_custom @ generate_grid.js:640
build_collumns @ generate_grid.js:246
build_grid @ generate_grid.js:190
(anonymous) @ (index):104
fire @ jquery-1.7.1.js:1046
fireWith @ jquery-1.7.1.js:1164
ready @ jquery-1.7.1.js:435
DOMContentLoaded @ jquery-1.7.1.js:923
DevTools failed to parse SourceMap: http:&lt;span class=&quot;code-comment&quot;&gt;//SERVER_DNS:8089/assets/css/bootstrap.min.css.map
&lt;/span&gt;DevTools failed to parse SourceMap: http:&lt;span class=&quot;code-comment&quot;&gt;//SERVER_DNS:8089/assets/css/bootstrap-select.css.map&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;but as far as I know these are all covered by &lt;a href=&quot;https://jira.astppbilling.org/browse/ASTPPCOM-170&quot; title=&quot;Old jQuery version&quot; class=&quot;issue-link&quot; data-issue-key=&quot;ASTPPCOM-170&quot;&gt;&lt;del&gt;ASTPPCOM-170&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="12309">ASTPPCOM-489</key>
            <summary>Bug: Searching for invoices doesn&apos;t work - browser console shows 500 error from server, GUI</summary>
                <type id="10200" iconUrl="https://jira.astppbilling.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="6" iconUrl="https://jira.astppbilling.org/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="10000">Done</resolution>
                                        <assignee username="hardikinextrix">hardikinextrix</assignee>
                                    <reporter username="alexheylin">alexheylin</reporter>
                        <labels>
                    </labels>
                <created>Mon, 18 Feb 2019 23:09:24 +0530</created>
                <updated>Thu, 1 Apr 2021 19:07:33 +0530</updated>
                            <resolved>Thu, 1 Apr 2021 19:07:33 +0530</resolved>
                                                    <fixVersion>v4.0.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                <comments>
                            <comment id="13516" author="hemdip" created="Mon, 17 Jun 2019 18:24:30 +0530"  >&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;~AlexHeylin&amp;#93;&lt;/span&gt; Please verify on V-4.0 it has been fixed, In case of any issue you may reopen or report new issue&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10703" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>489</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>