# HG changeset patch # User Dustin Demuth # Date 1436194692 -7200 # Node ID dd9b77e2532bda33b899904a0a91ae14c133bd26 # Parent 135cd5814b1581d8bd6c015a63e91753f2bb6393 Removed Beschreibung-field from Location form diff -r 135cd5814b15 -r dd9b77e2532b app/view/form/Location.js --- a/app/view/form/Location.js Mon Jul 06 16:54:28 2015 +0200 +++ b/app/view/form/Location.js Mon Jul 06 16:58:12 2015 +0200 @@ -59,13 +59,6 @@ }], items: [{ xtype: 'tfield', - maxLength: 100, - name: 'beschreibung', - fieldLabel: 'Beschreibung', - width: 280, - labelWidth: 80 - }, { - xtype: 'tfield', maxLength: 10, name: 'bezeichnung', fieldLabel: 'Bezeichnung',