Details
-
Type:
Story
-
Status:
Ready for QA
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 6.2.0 CE M2
-
Component/s: Frameworks, Frameworks > Dynamic Data Mapping
-
Labels:None
-
Similar Issues:

1.) Both
https://github.com/brianchandotcom/liferay-plugins/pull/1030
https://github.com/brianchandotcom/liferay-portal/pull/7396
had the wrong commit message. I changed them to LPS-30610 from LPS-30616 before actually pushing to upstream.
2.) We need to degrade this gracefully. In
https://github.com/brianchandotcom/liferay-plugins/pull/1030
We show that we changed the stored preferences. That means, we have to either a.) upgrade those preferences, see BaseUpgradePortletPreferences (it's in portal-service so you can use it in a plugin, see the classes that extend it) or b.) lazy get the older value.
So when you get the new value, if it's not set, get the old one as the default.