serverfireteam / panel

An easily configurable admin panel for Laravel applications.
MIT License
427 stars 144 forks source link

Unknown column 'firstname' in 'where clause' #372

Closed kategarshyna closed 5 years ago

kategarshyna commented 6 years ago

This error appears when searching in admins list by First Name Error: http://take.ms/anBI3

Probably in your AdminController "all" action (http://take.ms/Uzyye) should be "first_name" except "firstname"

AdrianHL commented 5 years ago

Got the same issue. Here is a PR that fix this issue: #390

AdrianHL commented 5 years ago

Fix has been merged so this issue could be solved once included in a newer version.