Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
content_translation.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Feb 2015 at 23:26 UTC
Updated:
2 Mar 2015 at 00:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
David Latapie commentedThe same operation (checking "Enable translation") also prevents creating or updating a content. I ran extensive tests: as long as one content type has enable translation checked, creating or editing any content type will be impossible.
The content being edited or updated doesn't even have to belong to the content type with "Enable translation" checked. In other words, if you have "Enable translation" checked on a Basic page, even your Articles won't be editable.
Comment #2
David Latapie commentedUpdated to Critical because I believe the product cannot ship with this issue.
Comment #3
berdirYou need to enable error reporting and provide a screenshot of the actual error, that screenshot does not help.
We have lots of tests that are doing exactly this (not sure about uninstall but definitely create translated content).
We can always set it back to critical if this is in fact a general problem that affects everyone, but we need to know more first.
Comment #4
David Latapie commentedApologies, will do in the future.
Tested with 8.0x-dev just 30 seconds ago (both with no additional language set or with an additional language set - in any case, no actual po language downloaded, just set)
Error message
Comment #5
berdirOh. Try running update.php, that should fix that.
I guess that is by design, although we should do a better job at catching this. Assigning to plach for his opinion.
Comment #6
plachAs Berdir noted, running the updates fixes the symptom, but we have two problems here:
I'm glad to work on the former, the latter deserves its own issue, I think.
@berdir:
What do you think?
Comment #7
plachI went ahead meanhwile.
Comment #10
plachUnrelated failure
Comment #12
gábor hojtsyLooks good. It looks like a bad oversight indeed that the schema updates were only registered when using the UI.
Comment #13
alexpottThis is a webtest so each test method requires a complete re-install of Drupal - seems a waste for testing the API. We should either move to a KernelTest or into another method.
Comment #14
plachHere it is
Comment #16
plachBack to RTBC
Comment #18
alexpottThis issue addresses a major bug and is allowed per https://www.drupal.org/core/beta-changes. Committed 34efb12 and pushed to 8.0.x. Thanks!
Comment #20
plachThanks!
Comment #21
plach