Hello Experts,
I am trying to update some jobs in the docbase using composer. But when I am installing the composer project it is creating new job objects instead of updating the existing ones. I have selected the overwrite option while installing.
I suppose this happens because previously the jobs were installed as a different composer project and now I am installing it as different project. So the job objects get installed in different locations and hence duplicates are created.
Can anyone suggest if there is any approach where we can overwrite the existing jobs and not create duplicate ones using composer.
Thanks in Advance !!!
Arijit