Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.1.X, 7.2.X, Master
-
7.2.x, 7.1.x
-
Committed
-
4
Description
---- upgraded the AssetEntries_AssetCategories table to AssetEntryAssetCategoryRel, and all new AssetEntry to AssetCategory relationships are stored as entries in that new table, but AssetEntryAssetCategoryRelLocalService does not expose the same accessors that AssetEntryLocalService expose publicly.LPS-76488
Steps to reproduce / testing done:
1. Created a new category in Control Panel>Categories>Vocabulary>Topic
2. Create a new web content with that category assigned
3. Performed this in 7.0 and 7.1
4. Checked AssetEntries_AssetCategories and AssetEntryAssetCategoryRel tables in 7.0 vs. 7.1
Results of steps / testing:
7.0 category is saved to AssetEntries_AssetCategories
7.1 category is saved to AssetEntryAssetCategoryRel
Errors/logs:
n/a
Expected Result:
There are new methods available in the AssetEntryAssetCategoryRelService to retrieve data about AssetEntryAssetCategoryRel entries that replace the old AssetEntry and AssetCategory service methods, as the AssetEntries_AssetCategories table is no longer used.
Actual Result:
There are no new methods in the AssetEntryAssetCategoryRelService available to retrieve data about AssetEntryAssetCategoryRel entries.
Reproduce
master: c18f699671afa53c367d37a727d1b5088c5b2b46
7.1.x: c7d15eab85fb4d345f5c32537cc8381fa48722fe
Attachments
Issue Links
- causes
-
LPS-105343 Wrong implementation for AssetEntryAssetCategoryRelLocalService.getAssetEntryPrimaryKeys method
- Closed
- depends on
-
LPS-89065 Remove table AssetEntries_AssetCategories and the related code
-
- Closed
-
- is duplicated by
-
LPS-96125 After upgrade Liferay 7.0 to 7.1 the method AssetEntryLocalServiceUtil.getAssetCategoryAssetEntries don't return results
- Closed
- relates
-
LPS-104044 Deprecate methods which interact with the old table AssetEntries_AssetCategories
-
- Closed
-