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

CalEvent classNameId entries remain in Subscription table

Details

    Description

      Steps to Reproduce:

      1. In a 6.1 portal create a Calendar Event
      2. Open the created Calendar Event (just click on its link, do not edit it) and subscribe to its comments
      3. Execute the following query and save the classNameId returned that will be used for future queries:
        • select classNameId from ClassName_ where value like 'com.liferay.portlet.calendar.model.CalEvent'
      1. Ensure, with the following query, that there are records in the table:
        • select * from Subscription where classNameId in (select classNameId from ClassName_ where value like 'com.liferay.portlet.calendar.model.CalEvent');
      1. Upgrade to 6.2
      2. Ensure, with the following query, that there are records in the table:
        • select * from Subscription where classNameId in (select classNameId from ClassName_ where value like 'com.liferay.portlet.calendar.model.CalEvent');
      1. Upgrade to master.
      2. Check if there are still old CalEvent classNameId records in Subscription with the following query:
        • select * from Subscription where classNameId = <classNameId>

          For the <classNameId> use the one returned in step 4.

       
      Expected Results:

      No records with old CalEvent classNameId should remain in Subscription table.

      Actual Results:

      Records with old CalEvent classNameId remain in Subscription table.

       

       

      Attachments

        Issue Links

          Activity

            People

              alberto.chaparro Alberto Chaparro
              jorge.diaz Jorge Diaz
              Kiyoshi Lee Kiyoshi Lee
              Jorge Diaz Jorge Diaz
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                2 years, 31 weeks ago

                Packages

                  Version Package
                  7.1.10 DXP FP20
                  7.1.10.5 SP5
                  7.1.X
                  7.2.X
                  7.3.10 DXP FP1
                  7.3.10.1 DXP SP1
                  7.3.6 CE GA7
                  7.3.X
                  7.4.13 DXP GA1
                  Master