<?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: Not Able to Hide Description from my-sites dashlet in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74422#M23816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="97982" __jive_macro_name="user" _jive_internal="true" data-id="97982" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/krutik.jayswal" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Hi krutik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have override the file my-sites.js in share/src/main/assembly/web/components/dashlets/my-sites.js and made the required changes and it is working fine now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanku so much for ur help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2018 13:22:15 GMT</pubDate>
    <dc:creator>ayushi_agrahari</dc:creator>
    <dc:date>2018-03-26T13:22:15Z</dc:date>
    <item>
      <title>Not Able to Hide Description from my-sites dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74417#M23811</link>
      <description>Hi all,I am trying to hide the description from my sites dashlet in alfresco.For that,I have made commented some part in my tomcat/webapps/share/components/dashlet/my-sites.js file as folrenderCellDetail: function MySites_renderCellDetail(elCell, oRecord, oColumn, oData)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var site = oR</description>
      <pubDate>Mon, 26 Mar 2018 06:21:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74417#M23811</guid>
      <dc:creator>ayushi_agrahari</dc:creator>
      <dc:date>2018-03-26T06:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Hide Description from my-sites dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74418#M23812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that you are directly making changes inside the installation.You should not do this.Ideally you should create a maven project and should make the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below can be issues if you still want to make the changes in installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In side the share-config-custom.xml file, there is configuration for loading the minified javascript file.If that is marked as true, in that case file with&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;my-sites-min.js will get loaded.Below is configuration for loading the non minified file.This configuration must be marked as false in production env.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;lt;config replace="true"&amp;gt;&lt;BR /&gt; &amp;lt;flags&amp;gt;&lt;BR /&gt; &amp;lt;!-- Developer debugging setting to turn on DEBUG mode for client scripts &lt;BR /&gt; in the browser --&amp;gt;&lt;BR /&gt; &amp;lt;client-debug&amp;gt;true&amp;lt;/client-debug&amp;gt;&lt;BR /&gt; &amp;lt;!-- LOGGING can always be toggled at runtime when in DEBUG mode (Ctrl, &lt;BR /&gt; Ctrl, Shift, Shift). This flag automatically activates logging on page load. --&amp;gt;&lt;BR /&gt; &amp;lt;client-debug-autologging&amp;gt;true&amp;lt;/client-debug-autologging&amp;gt;&lt;BR /&gt; &amp;lt;/flags&amp;gt;&lt;BR /&gt; &amp;lt;/config&amp;gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 06:44:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74418#M23812</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-03-26T06:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Hide Description from my-sites dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74419#M23813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krutik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made the foolowing change in share-config-custom.xml file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;lt;config replace="false"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;lt;!-- Developer debugging setting to turn on DEBUG mode for client scripts &lt;BR /&gt; in the browser --&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;but still its not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 07:00:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74419#M23813</guid>
      <dc:creator>ayushi_agrahari</dc:creator>
      <dc:date>2018-03-26T07:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Hide Description from my-sites dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74420#M23814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&amp;lt;config replace="false"&amp;gt; will just override the configuration.If you would like to load non minified javascript file, in that case you need to mark client-debug as true.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;lt;client-debug&amp;gt;true&amp;lt;/client-debug&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 07:04:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74420#M23814</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-03-26T07:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Hide Description from my-sites dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74421#M23815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi Krutik,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where should I put the tomcat/webapps/share/components/dashlets/my-sites.js file in the project for overriding the file&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 07:43:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74421#M23815</guid>
      <dc:creator>ayushi_agrahari</dc:creator>
      <dc:date>2018-03-26T07:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Hide Description from my-sites dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74422#M23816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="97982" __jive_macro_name="user" _jive_internal="true" data-id="97982" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/krutik.jayswal" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Hi krutik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have override the file my-sites.js in share/src/main/assembly/web/components/dashlets/my-sites.js and made the required changes and it is working fine now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanku so much for ur help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 13:22:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74422#M23816</guid>
      <dc:creator>ayushi_agrahari</dc:creator>
      <dc:date>2018-03-26T13:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to Hide Description from my-sites dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74423#M23817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 15:49:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/not-able-to-hide-description-from-my-sites-dashlet/m-p/74423#M23817</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-03-26T15:49:35Z</dc:date>
    </item>
  </channel>
</rss>

