-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hello,
We use Sitecore 8.2 rev. 161221 with sitecore.ship installed for CI deployment and publishing, we meet a curious issue as followings:
Our site has only one language version for all items including Media Library items, that is "en-US", after installing the .update packages in the instance by http:///services/package/install/fileupload in CI process, then calling http://*/services/publish/smart with posting the forms "source=master,target=web,language=en-US" to do the publishing.
Then we found the issue:
The "Media" field value of image items with en-US version in Web database has gone.
Two approaches can fix this issue, but we still don't know the root cause:
1> Add "en" language version for the image media items, yes, adding "en" language version for them, I don't know why this can fix the issue.
2> Do "full" publishing.
If we do the publishing manually via sitecore client by clicking "Publish", there is no this issue.
Any ideas? Thanks