Problem/Motivation

The Form step configuration form allows a site builder to enter a 'Cancel button URL' and 'Delete button URL'. However, these configuration options are not declared in the field_group.field_group_formatter_plugin.steps config schema.

Steps to reproduce

  1. Install Drupal with Standard profile
  2. Install Configuration inspector module
  3. Add a Form step for Article and configure a 'Cancel button URL' and 'Delete button URL'
  4. Go to /admin/reports/config-inspector/core.entity_form_display.node.article.default/list

Proposed resolution

Add cancel_path, delete_path configuration options to field_group.field_group_formatter_plugin.steps config schema

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

None.

API changes

None.

Data model changes

None.

CommentFileSizeAuthor
#2 3324363-2.patch712 bytesidebr
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review
FileSize
712 bytes

Attached patch adds cancel_path, delete_path configuration options to field_group.field_group_formatter_plugin.steps config schema

  • a3ef8f9 committed on 1.x
    Issue #3324363 by robphillips: Define cancel_path and delete_path in...
robphillips’s picture

Status: Needs review » Fixed

Looks good, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.