Closed (fixed)
Project:
Asset
Version:
7.x-1.x-dev
Component:
WYSIWYG
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2014 at 17:53 UTC
Updated:
25 Jun 2016 at 14:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chromix commentedComment #2
chromix commentedWorks for me, so switching to needs review.
Comment #3
samvel commentedHi Thomas,
Please specify what fields have your asset type? On clean drupal and on my other projects i haven't this error. $form[$key]['#language'] always filled.
Comment #4
IRuslan commentedComment #5
vtkachenko commentedThis issue happens when text field is multiple. Please revise my patch.
Comment #6
mattew commentedI think we have 3 different fixes here, because for me I get this error One of the $form[$key] item is a fieldset...
So here is my patch to test if the #type is a 'container', applying on 7.x-1.0-beta4+26-dev
Comment #7
mattew commentedIt seems that this error could also occur when the form contain a fieldset, see patch #7 to fix that.
Comment #8
fafniricalPatches need re-rolling.
Comment #9
fafniricalCombined #1 and #7 in my re-roll. Together, they appear to solve the issue.
Comment #10
artemboikoHi there.
I worked with some problem related to this issue and I have made new patch for this.
Please check
Comment #12
IRuslan commentedGuys, thanks for the report.
The problem was not so obvious and leads to changes of most part of override logic, which I pushed to dev.
Now multi-fields also supported for override.
Comment #13
IRuslan commented