Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Dependency manager: Wrong type of relation, dependencies not deployed
System
I am quite new with TeamSite and I am playing around with the new way of control dependencies, dependency manager in ts72. The problem is, when I deploy a pages, their dependencies are not deployed with them because of the type of relation. The problem is:
- If you check the related files of one of our DCRs, you can see the following:
[html]
[/html]
The type of that image is stored as a
image-dcr
.
Then, checking the flow of attaching dependencies from the workflow task:
After the beans, the class AssetDependencyProcessor is executed, with the function processDependencies() which only deploys if the type is
Sitepub.Deployable
.
What am I doing wrong? Is a problem of configuration or is related with the DCR? Before 7.2 it was quite easy to follow with EAs. I have checked all the documentation without success, quite difficult to find information about the new dependency manager.
By the way,
My datacapture is not difficult at all, I use browse to select the image.
[html]
Logo
Logo image file
[/html]
Many thanks,
Find more posts tagged with
Comments
There are no comments yet