Problem/Motivation

The @type dropdown on MedicalEntity is currently the same as the one for RecognizingAuthority.

Steps to reproduce

  1. $ composer require drupal/schema_metatag:^2.2 drupal/schema_medical_entity:^2.2
  2. $ drush en schema_metatag schema_medical_entity
  3. Visit /admin/config/search/metatag/global and scroll down to SCHEMA.ORG: MEDICALENTITY. The @type dropdown there is the same as the one under RECOGNIZINGAUTHORITY, with the wrong options for the former.

Proposed resolution

The attached patch changes the @type dropdown, adding the correct options.

Remaining tasks

Please review the patch provided.

User interface changes

Described above.

API changes

None.

Data model changes

None.

Comments

luco created an issue. See original summary.

luco’s picture

StatusFileSize
new367 bytes

Fixing patch typos.

luco’s picture

Status: Active » Needs review

  • natemow committed b7621a2 on 8.x-2.x authored by luco
    Issue #3253066 by luco: Incorrect @type for MedicalEntity
    
natemow’s picture

Status: Needs review » Fixed

Derp...how did we miss that? Thanks for the patch, included in 8.x-2.3 release.

natemow’s picture

Status: Fixed » Closed (fixed)