On installation "diff.plugins:field_types missing schema" check if it's even needed.

Created on 4 September 2023, 10 months ago
Updated 10 November 2023, 8 months ago

Test to see if the following code is needed.

/**
 * Implements hook_install().
 */
function support_ticket_install() {
   
  // @todo review why the following code an errors when running the test suite:
  //   diff.plugins:field_types missing schema or check if it's even needed.
  // $config = \Drupal::configFactory()->getEditable('diff.plugins');
  // The Priority field is a list_string configured as "key => label", we need
  // to compare the "label" to see human-readable changes.
  // $config->set('field_types.list_string.settings.compare', 'label');
  // $config->save();
}


🐛 Bug report
Status

Needs review

Version

2.0

Component

Code

Created by

🇦🇺Australia Purencool

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Purencool
  • First commit to issue fork.
  • Status changed to Needs review 8 months ago
  • 🇮🇳India viren18febS

    As i have checked this code is commented or not used anywhere,
    so i removed the code and added a patch file, please review.

Production build 0.69.0 2024