When submitting the themes list page, a status message is shown regarding the administration theme. That message contains a link to the old admin theme page (admin/settings/admin). This should be removed as there's no separate page anymore.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tobiasb’s picture

Status: Needs review » Reviewed & tested by the community
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD! Thanks!

Pasqualle’s picture

Title: Remove link to old url from administration theme status message » Remove the administration theme status message
Status: Fixed » Needs work

the whole message should be removed as it has no meaning
1. the admin theme setting is on this same page
2. "the administration theme is still set to" this is wrong because the admin theme can be changed on this page

davyvdb’s picture

Status: Needs work » Needs review
FileSize
1.1 KB

Couldn't be more true. I always looked over the message itself.

Pasqualle’s picture

Status: Needs review » Reviewed & tested by the community

Status: Reviewed & tested by the community » Needs work

The last submitted patch failed testing.

davyvdb’s picture

Status: Needs work » Needs review

Patch still ok. Bot is just failing.

drewish’s picture

Status: Needs review » Reviewed & tested by the community

Yeah the patch is still fine. Just manually checked it.

webchick’s picture

Status: Reviewed & tested by the community » Needs review

Hm. I'm not sure about this. It is very confusing when you select a new theme and get back.... the same theme you had before. Particularly when Drupal 7 is going to ship with an admin theme enabled by default. I know I've been confused by this myself on sites a couple of times since I normally don't use an admin theme, and the message has helped me. I'd prefer to fix the message rather than remove it.

Is the only problem the use of the word "still", or..?

Pasqualle’s picture

I think this page does not need this message. If the setting is confusing then a help text (or better form field description) would be more appropriate..

davyvdb’s picture

The latest patch removes this message.

Dries’s picture

FileSize
282.38 KB

It sounds like this could be clarified with a better UI. Maybe there should be a radio-button in the main table to select the admin theme? See screenshot for additional details.

Pasqualle’s picture

davyvdb’s picture

Which I'm trying to change again because of #346573: Setting administration theme visibility by path and role (other then /admin and content editing now) :) But I need the space with the extra options there. The message is then relavant again!

davyvdb’s picture

Issue tags: +Quick fix, +Cleanup

tagging

mcrittenden’s picture

Subscribe.

Status: Needs review » Needs work

The last submitted patch failed testing.

davyvdb’s picture

Status: Needs work » Needs review

Re-test of system-administration-theme-link-2.patch from comment #4 was requested by Arancaytar.

cburschka’s picture

Status: Needs review » Reviewed & tested by the community

Last test was over a month ago. Pending a re-test, this is RTBC though.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, system-administration-theme-link-2.patch, failed testing.

cburschka’s picture

Status: Needs work » Needs review
FileSize
1.51 KB

Here is a reroll.

Pasqualle’s picture

Status: Needs review » Reviewed & tested by the community
webchick’s picture

Version: 7.x-dev » 8.x-dev

No more non-critical string changes in D7. And I still maintain my stance that removing this is not a usability improvement.

catch’s picture

catch’s picture

Category: bug » task
Status: Reviewed & tested by the community » Needs review

Status: Needs review » Needs work

The last submitted patch, system-admin-theme-msg-556714-22.patch, failed testing.

darvit’s picture

Issue tags: +Novice

Added Novice tag

tim-e’s picture

I cant find the offending code within the current codebase so would say this issue has become obsolete? Im new so im not sure what the process for this is?

borisbaldinger’s picture

Status: Needs work » Closed (cannot reproduce)

I agree with #29.

As I read the comments i saw, that this issue is really old and a patch was provided. This issue seems to be obsolete and i think it could be closed as most of the discussions are pointing to some UI elements that doesn't exist in Drupal 8 anymore. I had a look at the code and I tested switching the Admin theme myself on my local set up and i don't get the message with the link.

apaderno’s picture

Issue summary: View changes
Issue tags: -Cleanup +API clean-up