Closed lamblinc closed 3 months ago
Steps to reproduce :
Expected result : you get a new short url
Actual result : getting a short url is impossible, as URLShortener.Code.URLShortenerClass object already exists, being copied during the page copy process.
Idea: use an EventListener to listen to a copy (DocumentCopyingEvent maybe), in order to clear the xproperty
EventListener
DocumentCopyingEvent
Steps to reproduce :
Expected result : you get a new short url
Actual result : getting a short url is impossible, as URLShortener.Code.URLShortenerClass object already exists, being copied during the page copy process.