pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.69k stars 1.56k forks source link

List view map is broken #2352

Closed TomGoBravo closed 1 year ago

TomGoBravo commented 1 year ago

I setup postgis and ran the demo app following examples/geo_alchemy/README.rst then created an object in the point table. Here's a screenshot showing the broken map and the textarea in Chrome's dev tool. Note the attributes with literal strings "None".

Screenshot from 2023-04-22 17-19-38

I have a PR in the works to fix this.

TomGoBravo commented 1 year ago

https://github.com/flask-admin/flask-admin/pull/2220 fixes this and is rebased to the latest master commit as of today. Please take a look and merge if happy.