<?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 Document relations in Web UI in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322448#M9449</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to create and show relations between different document types in nuxeo Web Ui(LTS 2019).&lt;/P&gt;
&lt;P&gt;I have continued the steps of this video;
&lt;A href="https://university.nuxeo.com/learn/course/148/play/415/expert-session-creating-nuxeo-elements-with-nuxeo-studio-designer;lp=5" target="test_blank"&gt;https://university.nuxeo.com/learn/course/148/play/415/expert-session-creating-nuxeo-elements-with-nuxeo-studio-designer;lp=5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The creation and erase of the relations work well, but at the moment of loading the relations, I have to go into the document twice. At the first time the relations doesn't appear, they exists, but doesn't show anything, then if I go backwards and go into the document again or another of the same folder they appeared. I took a look to the console and i could see that the times it worked, the ready function(nuxeo-se-document-relations) had been called twice.&lt;/P&gt;
&lt;P&gt;It's the same problem when clicking the link to the related document.&lt;/P&gt;
&lt;P&gt;Anyone knows why this happens?
Thanks for the help&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2019 11:35:17 GMT</pubDate>
    <dc:creator>Iker_Nicolas1</dc:creator>
    <dc:date>2019-08-06T11:35:17Z</dc:date>
    <item>
      <title>Document relations in Web UI</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322448#M9449</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to create and show relations between different document types in nuxeo Web Ui(LTS 2019).&lt;/P&gt;
&lt;P&gt;I have continued the steps of this video;
&lt;A href="https://university.nuxeo.com/learn/course/148/play/415/expert-session-creating-nuxeo-elements-with-nuxeo-studio-designer;lp=5" target="test_blank"&gt;https://university.nuxeo.com/learn/course/148/play/415/expert-session-creating-nuxeo-elements-with-nuxeo-studio-designer;lp=5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The creation and erase of the relations work well, but at the moment of loading the relations, I have to go into the document twice. At the first time the relations doesn't appear, they exists, but doesn't show anything, then if I go backwards and go into the document again or another of the same folder they appeared. I took a look to the console and i could see that the times it worked, the ready function(nuxeo-se-document-relations) had been called twice.&lt;/P&gt;
&lt;P&gt;It's the same problem when clicking the link to the related document.&lt;/P&gt;
&lt;P&gt;Anyone knows why this happens?
Thanks for the help&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 11:35:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322448#M9449</guid>
      <dc:creator>Iker_Nicolas1</dc:creator>
      <dc:date>2019-08-06T11:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Document relations in Web UI</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322449#M9450</link>
      <description>&lt;P&gt;I finally discover how to do it. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:03:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322449#M9450</guid>
      <dc:creator>iker_nicolas</dc:creator>
      <dc:date>2019-08-29T14:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Document relations in Web UI</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322450#M9451</link>
      <description>&lt;P&gt;Please have a look to &lt;A href="https://github.com/nuxeo/nuxeo-studio-custom-elements/tree/master/modules/nuxeo/related-documents" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-studio-custom-elements/tree/master/modules/nuxeo/related-documents&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:40:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322450#M9451</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2019-08-29T14:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Document relations in Web UI</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322451#M9452</link>
      <description>&lt;P&gt;Yes it is possible, you would need to extend the relation document type object.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:41:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322451#M9452</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2019-08-29T14:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Document relations in Web UI</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322452#M9453</link>
      <description>&lt;P&gt;I mean, the quantity attribute doesn't exist in the document type. I have to insert the number at the moment of adding the relation, I have to define the type of relation, the type of outgoing, the document related and additionaly the quantity of this relation.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 06:17:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/document-relations-in-web-ui/m-p/322452#M9453</guid>
      <dc:creator>iker_nicolas</dc:creator>
      <dc:date>2019-08-30T06:17:03Z</dc:date>
    </item>
  </channel>
</rss>

