- π§πͺBelgium stred
Patch has been re rolled on 8.x-1.x-dev based on 8.x-1.1 version and support for extensions xls ods added
- Status changed to Needs review
about 1 year ago 3:40pm 30 August 2024 - πͺπΈSpain jaramoshu
Patch has been re rolled on 8.x-1.x-dev based on 8.x-1.2 version. Includes support for xls ods added extensions.
Automatically closed - issue fixed for 2 weeks with no activity.
- πΊπΈUnited States m.stenta
This introduces a
use Drupal\migrate_spreadsheet\Plugin\migrate\source\Spreadsheet;
line inMigrateSourceUiForm.php
, but does not introduce a dependency on themigrate_spreadsheet
module, so PHPStorm complains about anundefined class Spreadsheet
.Also, why does it introduce these changes to
.gitlab-ci.yml
??phpcs: allow_failure: false phpstan: allow_failure: false phpstan (next major): allow_failure: true phpstan (next minor): allow_failure: true