Forums de discussion

Interdependent Hooks , How to specify dependencies

sandeep g, modifié il y a 8 années.

Interdependent Hooks , How to specify dependencies

Junior Member Publications: 29 Date d'inscription: 18/11/14 Publications récentes
I have a two hooks. One hook is dependent on another hook. How can we specify which one to load first.
thumbnail
Samuel Kong, modifié il y a 8 années.

RE: Interdependent Hooks , How to specify dependencies

Liferay Legend Publications: 1902 Date d'inscription: 10/03/08 Publications récentes
Try adding a required-deployment-contexts to your liferay-plugin-package.properties file. For an example, take a look at test-dependency-able-portlet.
sandeep g, modifié il y a 8 années.

RE: Interdependent Hooks , How to specify dependencies

Junior Member Publications: 29 Date d'inscription: 18/11/14 Publications récentes
Thankyou will give it a try.