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
Natürlich. Ich Filtere den Export einer Tabelle nach Datensätzen die bestimmten Frontend-Nutzern zugeordnet sind. Mit {{user::id}} kann ich dies sehr einfach realisieren.
ExportTable.php:103
'arrFilter' => $filterExpression != '' ? json_decode(\Controller::replaceInsertTags($filterExpression)) : array(),
The text was updated successfully, but these errors were encountered: