[Tracker]
Update Summary: [One-line status update for stakeholders]
Short Description: [One-line issue summary for stakeholders]
Check-in Date: MM/DD/YYYY
Metadata is used by the AI Tracker. Docs and additional fields here.
[/Tracker]

Problem/Motivation

It seems the \Drupal\ai_observability\Form\SettingsForm can use some cleanup / removal of unnecessary code:

  • Uses both #default_value and #config_target. The former is not needed if the latter is used.
  • Simplify constants
  • ...

Issue fork ai-3574499

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

svendecabooter created an issue. See original summary.

svendecabooter’s picture

Status: Active » Needs review

Added MR that cleans up the #default_value obsolete values and removes the redundant getEditableConfigNames() method.