uSync or repository/user error?
# help-with-umbraco
t
Hi We have uSync installed and git as our repo. When I pull a new change from our repo, there are changes on the document type missing. What would be the correct process to have this property available to me? These are the steps I've tried- 1. Latest commit had been pulled. No further changes to pull. 2. I check the document type and property is missing. 3. I run import under uSync. 4. Check document type and property is still missing. 5. Run models builder, I see a number of documents type updated. 6. Build and run the site but getting errors that a property is missing from the cshtml pages. At this stage I can't do anything with the site as it's in a broken state. I now try the same from step 3 but run models builder first.... Build my project but it tells me a property is missing on one of the cshtml pages. The only option I have is to undo all changes to get back to step 1 but where is this arising from? Is it someone had forgot to push in these changes? (Maybe deleted them from being pushed in, in error? Is it uSync expects me to do something (I've tried a clean export, at first it was having issues with duplicate items until I ran full export and full import) but issue remains
k
It sounds like someone forgot to push the change , it should be in the uSync files if it's being made and then depending on how you have it setup uSync pulls them in when the site starts or you go to the dashboard and import. But if you do that and they are still missing they are not in the file. Other possibility is missing package if the properties are using a property type from a third party package.and that isn't installed.they won't import (but you would see that as a warning during import)
3 Views