MaGeFH
Active member
- Affected version
- Public Beta 5
While working on importing custom add-on data I stumbled across this one.
If you need to do a re-import after installing the addon, you need the information if the user wanted to import from xml or from dev output. This will be asked in
If you need to do a re-import after installing the addon, you need the information if the user wanted to import from xml or from dev output. This will be asked in
XF\Cli\Command\AddOnActionTrait::importAddOnData
, but the answer is discarded afterwards. If you need to import at the end of the end in XF\AddOn\AbstractSetup::postInstall
you cannot access the answer to this question and asking again is kind of meh...