Try our conversational search powered by Generative AI!

Programmatically creating or importing content creates additional rows in tblNotificationSubscription

Found in

EPiServer.CMS.Core 11.16.0

Fixed in

EPiServer.CMS.UI 11.34.0

(Or a related package)

Created

Sep 15, 2020

Updated

Apr 05, 2023

Area

CMS UI

State

Closed, Fixed and tested


Description

Steps to reproduce:

  1. Create a project.
  2. Navigate to the Export UI in CMS admin view.
  3. Select the root page. Select "sub items" and "export files that the pages link to."
  4. Click Export.
  5. Delete any page. 
  6. Check the # of rows in tblNotificationSubscription
    select count(*) from tblNotificationSubscription
    
  1. Navigate to import screen.
  2. Select the file from the previous import. Use the "update existing items with matching ID" option.
  3. Begin import.
  4. Check the # of rows in tblNotificationSubscription.

Expected result:
No increase in rows.

Actual result:
Rows increase.