<?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: Created aspect but not showing in share in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/created-aspect-but-not-showing-in-share/m-p/143520#M38133</link>
    <description>&lt;P&gt;You need to define the Share form:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#configuring-the-form-service-for-a-custom-type" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#configuring-the-form-service-for-a-custom-type&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It's the same thing for TYPES and ASPECTS&lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2022 06:19:11 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2022-10-13T06:19:11Z</dc:date>
    <item>
      <title>Created aspect but not showing in share</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/created-aspect-but-not-showing-in-share/m-p/143519#M38132</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I get to work on an existing model, magda-model.xml&lt;/P&gt;&lt;P&gt;In magda-model.xml I created the aspect magda:test&lt;/P&gt;&lt;PRE&gt;&amp;lt;aspects&amp;gt;
&amp;lt;aspect name="magda:test"&amp;gt;
            &amp;lt;title&amp;gt;Magda testing&amp;lt;/title&amp;gt;
            &amp;lt;properties&amp;gt;
                &amp;lt;property name="magda:TestId"&amp;gt;
                    &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;
                &amp;lt;/property&amp;gt;
            &amp;lt;/properties&amp;gt;
&amp;lt;/aspect&amp;gt;
....
&amp;lt;/aspects&amp;gt;&lt;/PRE&gt;&lt;P&gt;And set it mandatory with the type&lt;/P&gt;&lt;PRE&gt;&amp;lt;mandatory-aspects&amp;gt;
                &amp;lt;aspect&amp;gt;magda:test&amp;lt;/aspect&amp;gt;
                &amp;lt;aspect&amp;gt;magda:customer&amp;lt;/aspect&amp;gt;
                &amp;lt;aspect&amp;gt;magda:recipient&amp;lt;/aspect&amp;gt;
                &amp;lt;aspect&amp;gt;magda:sender&amp;lt;/aspect&amp;gt;
                &amp;lt;aspect&amp;gt;magda:payment&amp;lt;/aspect&amp;gt;
                &amp;lt;aspect&amp;gt;magda:delivery&amp;lt;/aspect&amp;gt;
&amp;lt;/mandatory-aspects&amp;gt;&lt;/PRE&gt;&lt;P&gt;in share-config-custom.xml I add the &amp;lt;visible&amp;gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;config evaluator="string-compare" condition="DocumentLibrary"&amp;gt;
        &amp;lt;aspects&amp;gt;
    &amp;lt;!-- Aspects that a user can see --&amp;gt;
            &amp;lt;visible&amp;gt;
                &amp;lt;aspect name="magda:test" /&amp;gt;
            &amp;lt;/visible&amp;gt;
        &amp;lt;/aspects&amp;gt;
 &amp;lt;/config&amp;gt;&lt;/PRE&gt;&lt;P&gt;In the &amp;lt;host&amp;gt;:8080/share I&amp;nbsp; see the Magda Testing in the list&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="&amp;quot;Manage aspects&amp;quot;" style="width: 371px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1582iDA26914B081EB219/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;"Manage aspects"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But I can't see the properties with the file. All the other Magda aspects properties are visible. What am I missing here?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;-Jonathan&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 11:17:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/created-aspect-but-not-showing-in-share/m-p/143519#M38132</guid>
      <dc:creator>JayQueue</dc:creator>
      <dc:date>2022-10-12T11:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Created aspect but not showing in share</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/created-aspect-but-not-showing-in-share/m-p/143520#M38133</link>
      <description>&lt;P&gt;You need to define the Share form:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#configuring-the-form-service-for-a-custom-type" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#configuring-the-form-service-for-a-custom-type&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It's the same thing for TYPES and ASPECTS&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 06:19:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/created-aspect-but-not-showing-in-share/m-p/143520#M38133</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2022-10-13T06:19:11Z</dc:date>
    </item>
  </channel>
</rss>

