Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3708 Visualizzazioni

I have override Create method in multiple module, but i have a scenario where 1st override create method should always call before 2nd override method if both override method is in different module.
In my case 2nd override create method is calling before 1st override create method. 
I want 2nd override create method should always call after 1st override method.

Avatar
Abbandona
Risposta migliore

set the sequence in manifest file. it will affect the order of execution. and you should always follow that one. tricky if somebody else going to do something later. better don't use it. i suggest you extend core function/module, refer to that function/module as your new base

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
set 19
98
4
ago 16
7621
1
mag 16
4501
1
mar 16
4548
2
mar 16
6927