Dennis

Results 18 comments of Dennis

I've had a quick test and I've found a potential cause. If you look in the ContentTypeRepositoryBase.cs on line 436, it does a check `if (entity.IsPropertyDirty("PropertyGroups"))`. This check turns out...

Upon further inspection, I think the issue is in [ContentTypeMapDefinition.cs around line 699](https://github.com/umbraco/Umbraco-CMS/blob/v10/contrib/src/Umbraco.Core/Models/Mapping/ContentTypeMapDefinition.cs#L699). The target property groups and destGroups are clearly different, but the equality comparer only compares on alias...

Thanks a lot for your detailed bug report! I'll look into it and come back to you when I have an update. That should be somewhere in the next two...

I can confirm that above SQL statements correctly clear the Not Found records and only the first command should be necessary as all records in the `[urltrackerClientError2Referrer]` table should automatically...

I've tried out the bulk delete feature, but have not been able to reproduce this behaviour. @jaandrews @SimonAntony Could you tell me something about the hosting environment? In particular, are...

I released an alpha version of the URL Tracker for Umbraco 10 and 13 today. It has a fix for this issue. However, this version contains a lot of major...

In version 13.2.0, bulk operations have been optimized and this issue should no longer occur. I'm closing this issue.

Hi @GreyGhostStudio ! Thank you for reaching out and creating a bug report. Can you share with me if your Umbraco is configured to add trailing slashes behind urls? You...

Hi @GreyGhostStudio , thank you for reaching out! Would you be so kind as to create a new issue for this? That will help to keep each issue on topic,...

Hi @StudioBravo ! Thank you for reaching out. I don't think I can give you a timeframe unfortunately. Our focus at the moment is on getting the new reworked version...