Question

Photo of Dillan Cagnetta

0

Repeating Settings Items

Hello everyone

does anyone know why this is happening?

The items are repeating.

In the database the are only 2. 

each duplicate points to the same setting, so changing 1 will change the duplicate as well.

Thanks

  • Photo of Nick Airdo

    0

    I would check your EntityType table to see if somehow they are each registered twice with different guids:

    SELECT *  FROM [EntityType] WHERE [Name] like 'Rock.Communication.Medium%'