Problem/Motivation

When config_readonly is enabled, config forms are read-only but config translation forms are not.

Steps to reproduce

  1. Enable config_translation.
  2. Try to edit a block: you can't.
  3. Try to translate a block: you can.

Proposed resolution

Instances of ConfigTranslationFormBase should be marked as read-only.

Remaining tasks

I will submit a patch.

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

prudloff created an issue. See original summary.

prudloff’s picture

Issue summary: View changes

prudloff’s picture

Status: Active » Needs review
pwolanin’s picture

The patch looks reasonable. It would be nice to have some test coverage of it.

japerry made their first commit to this issue’s fork.

  • japerry committed 633853ad on 8.x-1.x authored by prudloff
    Issue #3245056 by prudloff: config_translation form should be read-only
    
japerry’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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