<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with page navigation in links page in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210449#M163579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It does help, now the Next page works, but it doesn't refresh the current page and the other page navigation informations…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2009 18:20:18 GMT</pubDate>
    <dc:creator>aheaven</dc:creator>
    <dc:date>2009-03-17T18:20:18Z</dc:date>
    <item>
      <title>Problem with page navigation in links page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210447#M163577</link>
      <description>Hey everyone !&amp;nbsp;&amp;nbsp; Still very happy with our Alfresco Share implementation ! We have been opening it to more and more users from the company in the last few days and everybody is happy with it !&amp;nbsp;&amp;nbsp; We have a slight problem with the Links page, which currently doesn't do anything when we try to navigate</description>
      <pubDate>Sat, 14 Mar 2009 19:51:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210447#M163577</guid>
      <dc:creator>aheaven</dc:creator>
      <dc:date>2009-03-14T19:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with page navigation in links page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210448#M163578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks - that's a bug in the Links component. &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETHREEOH-1661" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETHREEOH-1661&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The fix is to find &lt;/SPAN&gt;&lt;STRONG&gt;links.js&lt;/STRONG&gt;&lt;SPAN&gt; in components / links and add the following line just after the&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;var handlePagination = function Links_handlePagination (state, dt)&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;statement block:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;this.widgets.paginator.subscribe("changeRequest", handlePagination);&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;On SVN HEAD, this is around line 526.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 23:08:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210448#M163578</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-03-14T23:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with page navigation in links page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210449#M163579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It does help, now the Next page works, but it doesn't refresh the current page and the other page navigation informations…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 18:20:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210449#M163579</guid>
      <dc:creator>aheaven</dc:creator>
      <dc:date>2009-03-17T18:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with page navigation in links page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210450#M163580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Whoops - sorry, one more update I forgot about to match a change YUI made between 2.5.2 and 2.6.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Same file, line 276&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;paginationRecordOffset: 'startIndex',&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;change it to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;recordOffset: 'startIndex',&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 21:19:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210450#M163580</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-03-17T21:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with page navigation in links page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210451#M163581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks that totally solved the problem !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another great example of the alfresco community !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 19:28:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210451#M163581</guid>
      <dc:creator>aheaven</dc:creator>
      <dc:date>2009-03-18T19:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with page navigation in links page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210452#M163582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the feedback!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 20:46:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-page-navigation-in-links-page/m-p/210452#M163582</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-03-18T20:46:51Z</dc:date>
    </item>
  </channel>
</rss>

