Hi,

When I use Administration Language, save won't work on the page 'manage display' of content type. Does anyone get this problem?

It didn't show any message telling you what happened. It just didn't save.

Art

Comments

ms_k’s picture

hi,

i have the same problem. Is there any solution around?

Greetings ms_k

SanFeda’s picture

Same here.

spessex’s picture

Same here

marcoscano’s picture

Same for me.

An easy workaround is to temporarily remove admin/* from the list of pages to use on admin language settings, then save your changes, then move back the admin language to the manage display as well.

adamgerthel’s picture

If you click 'save' twice the settings will actually save (after the page reload you save again)

no2e’s picture

I have the same problem with the 'Manage Display' form of taxonomy terms (in combination with Taxonomy display; thought at first that this is an issue with this module → #1439456: Settings don't get saved).

When I disable admin_language, the form can be saved correctly.

nyd’s picture

same here. In fact it does work if you insist or click before some events. I suppose it is ajax related.

adam1’s picture

same here

kingofsevens’s picture

I have the same, when arranging display. When I change something from visible to hidden it seems to save but it doesn't also changes languages. For example, it says Visible in English and when I click and change it to Hidden, the option reads Hidden but in Turkish and all the other display elements turn to Turkish as well also it doesn't save the choice.

Also, some times when I hit save it opens the display option for let say the body field.

I found a workaround without disabling anything. My admin language is set to English and I have noticed that if my url is example.com/tr/admin/* something and I receive this error. But when I enter the admin panel from the English url like example.com/en/admin/* everything works fine.

I believe this is a problem with the ajax call that change is making.

wusel’s picture

I have a content type with an field "image" (from core).

On a saved node of this type I want to delete an image, so that this node has no image any more.

But I'm not able to save that changed node, when I click on "Save", I always get the error:
The content on this page has either been modified by another user, or you have already submitted modifications using this form. As a result, your changes cannot be saved.

If I disable "Administration Language", I can save that changed node.

I use:
D7.15
Administration Language 7.x-1.x-dev (2011-Aug-22)
English and german language, default is german, admin language is english.

Something is wrong.
Please help soon.

Thank you very much for this great module.

wusel’s picture

I have found a solution, please look at:

http://drupal.org/node/1337558

I hope, this other issue is solved soon.

Wusel

svendecabooter’s picture

Experiencing the same problem.
Quickfix: add "system/ajax" to the "Pages" textarea on admin/config/regional/language/admin_language
I suppose this could mess up ajax behavior elsewhere on the site though.

wulff’s picture

Status: Active » Fixed

I have added the system/ajax path to the list of pages on the settings form. The change has been committed to the 7.x-1.x branch.

Status: Fixed » Closed (fixed)

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

geek-merlin’s picture

Component: User interface » Documentation
Issue summary: View changes
Status: Closed (fixed) » Active

HUH, i've spent hours on this and only found it by chance.

We might fix this doc bug by adding some description to the settings page:
"Forms may break if form path and ajax callback path have different languages. If you have issues (e.g. on form and display settings pages) check your admin language paths for this.

sja1’s picture

I am experiencing this as well

Configuration:
Site default language: Spanish
Admin language: English
admin_language settings:
- Use administration language on specific pages = Use administration language on only the listed pages.
- Whitelisted pages:
admin_menu/*
file/ajax/*
system/ajax

Node with image-field set to allow upload of multiple images, and form presented as multipage using field group module. I'm not sure the multipage has anything to do with this but I mention it just in case.

Steps to reproduce and symptoms:
A typical example is editing a node with 4 images already attached. I observer the following behavior:

  1. Click button to edit node
  2. Click "Eliminar" button associated with one of the pictures(The button text has been translated from "Remove" to "Eliminar")
  3. Wheel spins, and "Eliminar" text is replaced with "Remove", but the picture is still showing.
  4. Click "Remove" for the same picture.
  5. Picture is finally removed
  6. Page to the end of the form, and click save button
  7. Get error: "The content on this page has either been modified by another user, or you have already submitted modifications using this form. As a result, your changes cannot be saved."

The problem, including the strange untranslating of the button text, goes away if I disable admin_language.

I had to disable admin_language on another site as well do to this (unrelated?) problem: https://www.drupal.org/node/1860380