From 222c9601c13d24e7f89922260cd8c4f89a554e97 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Wed, 1 Jun 2022 14:38:00 -0300 Subject: [PATCH] Rename multifile media ocr derivative type. (#875) * Rename multifile media ocr derivative type. * Remove errant 10.0.x/php 8.0 test --- .github/workflows/build-2.x.yml | 21 ------------------- .../Action/GenerateOCRDerivativeFile.php | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/.github/workflows/build-2.x.yml b/.github/workflows/build-2.x.yml index 80c58187..f5bce510 100644 --- a/.github/workflows/build-2.x.yml +++ b/.github/workflows/build-2.x.yml @@ -77,11 +77,6 @@ jobs: mysql: "8.0" test-suite: "functional-javascript" allowed_failure: true - - drupal-version: '10.0.x-dev' - php-versions: '8.0' - mysql: "8.0" - test-suite: "kernel" - allowed_failure: true # 9.4.x-dev on PHP 8.1 - drupal-version: '9.4.x-dev' php-versions: '8.1' @@ -98,22 +93,6 @@ jobs: mysql: "8.0" test-suite: "functional-javascript" allowed_failure: true - # 10.0.x-dev on PHP 8.0 - - drupal-version: '10.0.x-dev' - php-versions: '8.0' - mysql: "8.0" - test-suite: "kernel" - allowed_failure: true - - drupal-version: '10.0.x-dev' - php-versions: '8.0' - mysql: "8.0" - test-suite: "functional" - allowed_failure: true - - drupal-version: '10.0.x-dev' - php-versions: '8.0' - mysql: "8.0" - test-suite: "functional-javascript" - allowed_failure: true # 10.0.x-dev on PHP 8.1 - drupal-version: '10.0.x-dev' php-versions: '8.1' diff --git a/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php b/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php index 3b5e8498..f6b8034a 100644 --- a/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php +++ b/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php @@ -12,7 +12,7 @@ use Drupal\islandora\Plugin\Action\AbstractGenerateDerivativeMediaFile; * * @Action( * id = "generate_extracted_text_file", - * label = @Translation("Generate an Extracted Text derivative file"), + * label = @Translation("Generate Extracted Text for Media Attachment"), * type = "media" * ) */