[SOLVED] uSync - v8 - Not adding a property to a d...
# help-with-umbraco
n
I've got a site that has uSync installed, however when I run an import it is not adding a property to a document type. The property can be seen in the Schema file for the document type, it shows as missing in the report, but after the import (which completes successfully) the property is still missing. Does anyone have any ideas what could cause this? I'm currently doing a fresh deployment of the site to see if that resolves the issue.
k
Missing package?
n
Nope, it's core data type it's using
m
not a legacy core data type perhaps?
n
Nah, it's MNTP
m
does it have a start node set that doesn't exist?
n
This one is configured to allow for any page in the site to be picked, no limitations on numbers/types/start nodes
The same data type is used on mupltiple pages already, just this one doesn't want to add unfortunately
k
I would check the data type exists on the site as you would expect (eg right name etc)
Does it exist on a component that the doc type might use (in a different tab or group?)
n
I'm going hunting 🙂 It looks like the defintion file is missing from the repo, but historically people were using usync complete to push settings (I don't because it's resulted in the repo becoming out of sync with what's actually there) - so although the data type is in use in places, the usync definition file isn't getting deployed!
Thank you both for pointing in the right direction 🙂 I'll confirm if it all starts working once the file is present
So it looks like it was related to the missing file and something odd going on with what should have been the data type being used. All sorted now 🙂 Thanks everyone