I have a large website with a lot of languages.
Sometimes, when i edit a content, i have the following error message
(PHP Warning: Undefined array key "colPos" in xxx/Classes/Integration/Overrides/BackendLayoutView.php line 118
It happen when "BackendLayoutView->colPosListItemProcFunc" is called by the core with a "row" with only uid/pid.
Could it be possible to add a default value to this line (BackendLayoutView.php line 118) :
I have a large website with a lot of languages. Sometimes, when i edit a content, i have the following error message
It happen when "BackendLayoutView->colPosListItemProcFunc" is called by the core with a "row" with only uid/pid. Could it be possible to add a default value to this line (BackendLayoutView.php line 118) :
like
Except that, everything works fine in backend/frontend.
Thanks