Problem/Motivation

I want to be able to select my FRONT END theme in the `/admin/config/content/diff/general` configuration screen.
Right now it says "DEFAULT" and "ADMIN".

But even when I select DEFAULT the "SPLIT FIELDS" interface (for example: `node/101/revisions/view/203/1762/split_fields` ) uses the admin theme.

Steps to reproduce

Go to `/admin/config/content/diff/general` and select "DEFAULT" in the "VISUAL LAYOUT SETTINGS" select box.

My front end theme name is not listed in this select.

Proposed resolution

Allow me to select my Front End Theme.

Remaining tasks

User interface changes

API changes

Data model changes

---
---
---

Is there a solution for this?
Thanks!

Issue fork diff-3192572

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

alphex created an issue. See original summary.

silvi.addweb’s picture

Status: Active » Needs review
StatusFileSize
new9.16 KB

Please review this patch.

shank115’s picture

StatusFileSize
new15.28 KB

I applied patch in #2 and it got applied successfully.
But I'm still seeing only "DEFAULT" and "ADMIN" in the select, attaching screenshot.

silvi.addweb’s picture

StatusFileSize
new8.99 KB

Thank you for reviewing this patch. I have removed the condition to list only custom themes from the above #2 patch and provided a new patch to list all installed themes. Please review this patch.

acbramley’s picture

Status: Needs review » Needs work

MRs are required.