Unexpected failures from xf-dev:import

Xon

Well-known member
Affected version
2.2.1
When running php cmd.php xf-dev:import <ADDON> it is possible for this CLI tool to unexpectedly fail as template modification verification being done for each template modification instead of each target template.

That is given these configurations are valid;
  • template modification a-v1 for template c
  • template modification b-v1 for template c
and
  • template modification a-v2 for template c
  • template modification b-v2 for template c
But this configuration generates an invalid template;
  • template modification a-v2 for template c
  • template modification b-v1 for template c

Then xf-dev:import will never actually import the add-on
 
Top Bottom