on ‎2018 Jun 29 4:01 PM
Hi experts
I am currently working on a issue of Backoffice Solr issue.
I want my custom extension should be initiatialized at last after the OOTB backoffice extension gets initialized at the first place.
I added New class for InitDataSetup for the backofficesolr extension but mater of Fact my custom extension is getting initialized first then the OOTB one is getting initialized.
I want the reverse.
How can I do that please suggest ?
Thanks in advance.
Request clarification before answering.
correct. However I think the file name is extensioninfo.xml.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In your custom extension's extensioninfo.xml, you need to define the dependency by requires-extension, like:
<extension name="custombackoffice">
<requires-extension name="backoffice"/>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.