- Issue created by @3li
- Status changed to Needs review
7 months ago 10:02am 23 May 2024 - Status changed to Closed: outdated
7 months ago 6:02pm 6 June 2024
When visiting a page with a table such as the translations page i.e.
/en/node/[nid]/translations
The following warning is displayed:
Warning: Undefined array key "class" in gin_preprocess_table() (line 29 of themes/contrib/gin/includes/table.theme).
gin_preprocess_table(Array, 'table', Array)
/en/node/[nid]/translations
The issue seems to be because the gin_preprocess_table()
function expects class
key to exist but in this case it seems like it does not.
The solution is we should check before continuing.
Closed: outdated
3.0
Code