-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X EE
-
Component/s: Application Security > SAML
-
Labels:
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1.25
-
Fix Priority:4
-
Git Pull Request:
Steps to reproduce:
- Run upgrades using the attached lportal_6130.dump.sql
to current ee-7.0.x
- Query database: select * from Portlet where portletId like '%saml%';
Expected result: No 2_WAR_samlportlet portletId in Portlet table
MariaDB [lportal_ee70x]> select * from Portlet where portletId like '%saml%'; +-------+-----------+--------------------------------------------------------+-------+---------+-------------+ | id_ | companyId | portletId | roles | active_ | mvccVersion | +-------+-----------+--------------------------------------------------------+-------+---------+-------------+ | 10417 | 10154 | com_liferay_saml_web_internal_portlet_SamlAdminPortlet | | 1 | 0 | +-------+-----------+--------------------------------------------------------+-------+---------+-------------+
Actual result: 2_WAR_samlportlet is not upgraded:
MariaDB [lportal_ee70x]> select * from Portlet where portletId like '%saml%'; +-------+-----------+-------------------+-------+---------+-------------+ | id_ | companyId | portletId | roles | active_ | mvccVersion | +-------+-----------+-------------------+-------+---------+-------------+ | 10417 | 10154 | 2_WAR_samlportlet | | 1 | 0 | +-------+-----------+-------------------+-------+---------+-------------+