Uploaded image for project: 'PUBLIC - Liferay Portal Community Edition'
  1. PUBLIC - Liferay Portal Community Edition
  2. LPS-73423

Some links generated by SocialActivityIntepreter are wrong

Details

    Description

      Some ActivityIntepreter shows an extra link:

      • DLFileEntryActivityIntepreter shows "Go to Folder",
      • MBMessageActivityIntepreter shows "Go to Category".

      These extra links are build without take care of entry groupId. And results wrong.

       

      To replicate the situation:

      • unzip a GA4 bundle (or use the master)
      • sign in as test and create a new blank site named ProjectA
      • create a public page on ProjectA and add the DML portlet
      • add a new simple document
      • go to Test Dashboard site "http://localhost:8080/user/test"
      • add activities plugin
      • you will see the activity related to the document added
      • I'm expecting the "Go to folder" link drive me in the DML on ProjectA site. Instead a nel DML is instantiate in the user dashboard site

      The same happens with Message Board:

      • go to ProjectA site
      • using the Site Administration menu, go to Message Board portlet
      • add a Category (es: News)
      • add a thread inside that category
      • go to Test Dashboard site "http://localhost:8080/user/test"
      • the activity plugin show the thread activity.
      • I'm expecting the "Go to category" link drive me in a new in the ProjectA homepage with a new instantiate MessageBoard plugin showing the "News" category with the thread in it. Instead the category is shown in a new instantiate MessageBoard in the user dashboard site, without the threads

      Looking at the code both interpreter calls addNoSuchEntryRedirect() which call getViewEntryURL(). The last method build an URL in the current scopeGroupId.

       

      Attachments

        Issue Links

          Activity

            People

              adolfo.perez Adolfo Pérez
              maumar Mauro Mariuzzo
              Kiyoshi Lee Kiyoshi Lee
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                5 years, 39 weeks, 1 day ago

                Packages

                  Version Package
                  7.0.0 DXP FP42
                  7.0.6 CE GA7
                  7.0.0 DXP SP8
                  7.0.X
                  7.1.X
                  Master