-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: 7.1.X, Master
-
Fix Version/s: None
-
Component/s: Dynamic Data Lists
-
Labels:
-
Fix Priority:5
-
Last Working Version:
-
QA Test Name:
- LocalFile.BlogsUsecase#StagingBlogsCP
- LocalFile.BlogsUsecase#StagingBlogsWithScheduledPublishing
- LocalFile.BlogsUsecase#ViewBlogsEntriesAsGuestViaAP
- LocalFile.BlogsUsecase#ViewBlogsEntryAsPublishedAferFutureDisplayDateEditing
- LocalFile.BlogsUsecase#ViewBlogsEntryAsPublishedViaAP
- LocalFile.BlogsUsecase#ViewBlogsEntryFriendlyURLViaBlogsPortletAndRecentBloggers
- LocalFile.BlogsUsecase#ViewBlogsEntryOnMultiplePagesWithDefaultAndPageScope
- LocalFile.BlogsUsecase#ViewBlogsEntryWithCustomAbstract
- LocalFile.BlogsUsecase#ViewBlogsEntryWithDefaultAbstract
- LocalFile.CPDynamicdatalists#AddListRecordWithGeolocationField
- LocalFile.CPSharepoint#MoveCheckedoutDocumentToFolder
- LocalFile.CategoriesUsecase#AddPageWithRequiredVocabulary
- LocalFile.ExportImport#ExportImportPrivatePage
- LocalFile.ExportImport#ExportImportSmoke
- LocalFile.ExportImport#ImportCorruptedFile
- LocalFile.ExportProcess#ViewExportProcess
- LocalFile.ExportTemplate#ExportWithRelaunchedProcess
- LocalFile.IFrame#ViewIFramePortlet
- LocalFile.KnowledgebaseUsecase#ViewUnchangedKBArticleTitleViaLocalizedPage
- LocalFile.Login#ViewInstanceSettingsAuthentication
- LocalFile.MySites#DisplayMySitesPagination
- LocalFile.SAML#ViewSingleLogoutWithMultipleSPs
- LocalFile.Staging#StagingRemoteLiveBlogsPG
- LocalFile.Staging#ViewHistoryVersionWithDeletedUser
- LocalFile.Staging#ViewPageOrderWithStaging
- LocalFile.Staging#ViewPublishedContentAfterStagingUndo
- LocalFile.StagingActivation#CheckPublicationSummaryLocal
- LocalFile.StagingActivation#DeleteRecycleBinOnStagingActivation
- LocalFile.WYSIWYGUsecase#AddBlogsEntryWithImageViaBlogsImages
- LocalFile.WebcontentUsecase#MoveImportedWebContentArticlesToFolders
- LocalFile.WebcontentUsecase#MoveWebContentToFolder
- LocalFile.WebcontentpublicationUsecase#AssetPublisherCategoriesNavigation
- LocalFile.WebcontentpublicationUsecase#AssetPublisherFilterAndOrderByFieldType
- LocalFile.WebcontentpublicationUsecase#ViewAssetPaginationAndShowContentAddButtonViaAP
-
QA Test Score:135
Steps to Reproduce:
- Go to Control Panel > Configuration > Virtual Instances
- Add a new virtual instance
- Navigate to the virtual instance and login
- Add a new site
- Go to Global Site > Content > Dynamic Data Lists
- Add a new DDL list with an existing Data Definition
- Submit a new record for the list
- Export the global site DDL portlet
- Download the LAR
- Go the site previously created > Dynamic Data Lists
- Import the LAR
- View the DDL list
- View the DDL list record
- Navigate to the base instance (localhost:8080)
- Go to Control Panel > Configuration > Virtual Instances
- Attempt to delete the virtual instance
Expected Result:
Virtual Instance can be deleted.
Actual Result:
Delete fails with console error:
ERROR [http-nio-8080-exec-10][GroupLocalServiceImpl:4079] Unable to delete data for portlet null in group 36295 com.liferay.exportimport.kernel.lar.PortletDataException: com.liferay.dynamic.data.mapping.exception.NoSuchStructureVersionException: No DDMStructureVersion exists with the primary key 36773 at com.liferay.exportimport.kernel.lar.BasePortletDataHandler._handleException(BasePortletDataHandler.java:859) at com.liferay.exportimport.kernel.lar.BasePortletDataHandler.deleteData(BasePortletDataHandler.java:100) at com.liferay.portal.service.impl.GroupLocalServiceImpl.deletePortletData(GroupLocalServiceImpl.java:4074) at com.liferay.portal.service.impl.GroupLocalServiceImpl.deleteGroup(GroupLocalServiceImpl.java:994) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Reproduced on:
Master: aba951affed4605d0f06d670ee7a71498f29c1b5
7.1.x: 5d879e2cad331979f67339a7d852d8461af597b5
Not Reproducible on:
7.1 DXP GA1
- duplicates
-
LPS-85875 Unable to delete instance after adding DDL
- Closed