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
While making a test application at http://clevelandlots.org/apply/#form-errors I found that: Lot PPN 016-10-098 - 3215 west 54th is on the map as an available parcel but when the application is submitted with that parcel; application is rejected with message "Lot PPN 016-10-098 is not available for purchase. Please select one from the map above "
I've checked and 016-10-098 is in the datasource of eligible parcels.
I've confirmed source of problem is [that the code in the submission form is still referring to our old cartodb account and old columns (https://github.com/opencleveland/large-lots/blob/ee757742f37d053c0260dab245d249716388eb2f/lots_client/views.py#L104).
to fix (not comprehensive, other things may need to be fixed; I'll need to edit this more)
1] in the old cartodb account; the ppn column was integer based so we may need to edit
While making a test application at http://clevelandlots.org/apply/#form-errors I found that: Lot PPN 016-10-098 - 3215 west 54th is on the map as an available parcel but when the application is submitted with that parcel; application is rejected with message "Lot PPN 016-10-098 is not available for purchase. Please select one from the map above "
I've checked and 016-10-098 is in the datasource of eligible parcels.
I've confirmed source of problem is [that the code in the submission form is still referring to our old cartodb account and old columns (https://github.com/opencleveland/large-lots/blob/ee757742f37d053c0260dab245d249716388eb2f/lots_client/views.py#L104).
to fix (not comprehensive, other things may need to be fixed; I'll need to edit this more)
1] in the old cartodb account; the ppn column was integer based so we may need to edit
large-lots/lots_client/views.py
Line 104 in ee75774
2] change name of table (it's now 'sideyard') and user name (see
large-lots/lots/static/js/largelots_cleveland.js
Line 70 in 97b0e26
The text was updated successfully, but these errors were encountered: