<!-- 
RSS generated by JIRA (8.1.3#801003-sha1:6b6f07cffadda9a0d6efe24639daed8ce94dcdd6) at Sat Feb 10 05:48:39 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>[LRA-115] People Directory bugs</title>
                <link>https://issues.rivetlogic.com/browse/LRA-115</link>
                <project id="10765" key="LRA">Liferay Apps</project>
                    <description>People directory app on liferay marketplace is buggy and needs UI fixes.&lt;br/&gt;
&lt;br/&gt;
Error in backend when clickin in an user link on search container&lt;br/&gt;
&lt;br/&gt;
Caused by: org.apache.jasper.JasperException: An exception occurred processing JSP page /html/profile.jsp at line 23__20: &amp;lt;%@ include file=&amp;quot;init.jsp&amp;quot;%&amp;gt;_21: _22: &amp;lt;%_23: 	User userSelected = UserLocalServiceUtil.getUser(ParamUtil.getLong(_24: 			request, &amp;quot;userId&amp;quot;));_25: 	String backURL = ParamUtil.getString(request, &amp;quot;backURL&amp;quot;);_26:     String imageId = userSelected.getUserId() + &amp;quot;-picture&amp;quot;;___Stacktrace: [Sanitized]&lt;br/&gt;
&lt;br/&gt;
Also found hardcoded templates in javascript&lt;br/&gt;
&lt;br/&gt;
var PEOPLE_DIRECTORY_TEMPLATES = {&lt;br/&gt;
	    searchResultsHeader: &amp;#39;&amp;lt;div class=&amp;quot;results&amp;quot;&amp;gt;Total: {total} user{pluralization} found&amp;lt;/div&amp;gt;&amp;#39;,&lt;br/&gt;
&lt;br/&gt;
UI errors attached.&lt;br/&gt;
</description>
                <environment></environment>
        <key id="37409">LRA-115</key>
            <summary>People Directory bugs</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="5" iconUrl="https://issues.rivetlogic.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="alejandro.soto">Alejandro Soto [X]</assignee>
                                    <reporter username="juan.carrillo">Juan Carrillo [X]</reporter>
                        <labels>
                    </labels>
                <created>Mon, 31 Mar 2014 08:41:32 -0400</created>
                <updated>Thu, 24 Apr 2014 13:48:49 -0400</updated>
                            <resolved>Thu, 24 Apr 2014 13:48:49 -0400</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="58235" author="mcalvo" created="Mon, 31 Mar 2014 08:52:06 -0400"  >Please fix only the backend issues:&lt;br/&gt;
+ Use of constants&lt;br/&gt;
+ Error when selecting an user.&lt;br/&gt;
+ Please check all the items in this check list:&lt;br/&gt;
&lt;a href=&quot;http://wiki.rivetlogic.com/display/HRPORTAL/Development+ready+checklist&quot;&gt;http://wiki.rivetlogic.com/display/HRPORTAL/Development+ready+checklist&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Once you are done, the front end part will be assigned to someone else.</comment>
                            <comment id="58311" author="juan.carrillo" created="Tue, 1 Apr 2014 11:40:08 -0400"  >The only error that remains is this, we should not use UploadPortletRequest&lt;br/&gt;
&lt;br/&gt;
public void serveResource(ResourceRequest resourceRequest, ResourceResponse resourceResponse) throws IOException,&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PortletException {&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;UploadPortletRequest uploadRequest = PortalUtil.getUploadPortletRequest(resourceRequest);&lt;br/&gt;
&lt;br/&gt;
- and check all the functionality&lt;br/&gt;
</comment>
                            <comment id="58367" author="juan.carrillo" created="Thu, 3 Apr 2014 12:54:46 -0400"  >pull request is done</comment>
                            <comment id="58885" author="juan.carrillo" created="Thu, 24 Apr 2014 10:26:46 -0400"  >Responsive style issues&lt;br/&gt;
&lt;br/&gt;
</comment>
                            <comment id="58886" author="juan.carrillo" created="Thu, 24 Apr 2014 10:31:56 -0400"  >Fernando was helping me solving the UI issues, but I cannot complete them.&lt;br/&gt;
&lt;br/&gt;
These are the UI fixes that we have to fix:&lt;br/&gt;
&lt;br/&gt;
1) The User information should go down the image when is on phone screen width. In the image there is a red cross, that space should not be empty.&lt;br/&gt;
&lt;br/&gt;
2) Some text is getting out the info container.&lt;br/&gt;
&lt;br/&gt;
3) Input search is getting out the portlet container&lt;br/&gt;
&lt;br/&gt;
Screenshot is taken in Chrome Browser.</comment>
                            <comment id="58895" author="mcalvo" created="Thu, 24 Apr 2014 11:38:03 -0400"  >Get the latest code from here:&lt;br/&gt;
&lt;a href=&quot;https://github.com/rivetlogic/mobile-people-directory&quot;&gt;https://github.com/rivetlogic/mobile-people-directory&lt;/a&gt;</comment>
                            <comment id="58899" author="alejandro.soto" created="Thu, 24 Apr 2014 13:48:49 -0400"  >ui fixes added and pull request sent</comment>
                    </comments>
                    <attachments>
                            <attachment id="21983" name="bugs-24-04-14.png" size="100761" author="juan.carrillo" created="Thu, 24 Apr 2014 10:31:55 -0400"/>
                            <attachment id="21766" name="ui-error-people-directory.png" size="25226" author="juan.carrillo" created="Mon, 31 Mar 2014 08:41:32 -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_11170" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i00er3:</customfieldvalue>

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