backdrop-contrib / geofield

Stores geographic and location data (points, lines, and polygons).
GNU General Public License v2.0
0 stars 7 forks source link

Port views handlers #23

Closed jenlampton closed 4 years ago

jenlampton commented 5 years ago

Today I discovered that my views handlers were not working. Thats because the module is missing an implementation of hook_autoload_info() which tells Backdrop where to find the views classes. Adding the hook fixed my views! PR here for review.