Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4067 Представления

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.

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
сент. 19
98
4
авг. 16
8237
1
мая 16
4888
1
мар. 16
4918
2
мар. 16
7197