You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@simonvik Could you send screenshots of the impact of this change ?
williamdes
added
Bug
A problem or regression with an existing feature
question
Used when we need feedback from the submitter or when the issue is a question about PMA
labels
May 18, 2020
Describe the bug
public function getData($type, $pos, $searchClause = '')inlibraries/classes/Navigation/Nodes/NodeTable.phpreturns an array of strings instead of an array of arrays if DisableIS is true, that makes
getDisplayNameinlibraries/classes/Navigation/Nodes/NodeColumn.phpfail as it expects an array.Server configuration
Additional context
We've made a temporary patch that looks like:
The text was updated successfully, but these errors were encountered: