yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 44 forks source link

Fixes Changelist Delete functionality which was broken in last commit for Django 1.4+ #113

Closed scdoshi closed 11 years ago

scdoshi commented 11 years ago

The last pull request / commit did not take into account Delete actions, which behaves differently and does not have a 'cl' key in the context, this patch checks if the key exists, and only updates the context with map data if it does.

scdoshi commented 11 years ago

Oops, forgot to mention. This fixes ticket #112