Limit the number of characters in the description and source lists on the edit window
Prevent place duplication svn: r1477
This commit is contained in:
@@ -151,7 +151,7 @@ class PlaceView:
|
||||
return 0
|
||||
|
||||
def new_place_after_edit(self,place):
|
||||
self.db.addPlace(place)
|
||||
#self.db.addPlace(place)
|
||||
self.update(0)
|
||||
|
||||
def update_display(self,place):
|
||||
|
Reference in New Issue
Block a user