Thu, 12 Sep 2013 12:31:57 +0200 |
Raimund Renkert |
Show warnings in proben edit form.
|
Thu, 15 Aug 2013 14:05:08 +0200 |
Torsten Irländer |
Only hide save buttons if there are no fields which should be ignore while
|
Thu, 08 Aug 2013 15:46:28 +0200 |
Torsten Irländer |
Added docstrings
|
Thu, 08 Aug 2013 11:11:55 +0200 |
Torsten Irländer |
Issue55: Added ignoreFields parameter to the setReadonly function to be able
|
Tue, 06 Aug 2013 14:33:14 +0200 |
Torsten Irländer |
Add cancel Button to the editproben window and only show save button if the
|
Wed, 24 Jul 2013 19:14:02 +0200 |
Torsten Irländer |
#57: Open Edit-Dialog after creating a new Probe.
|
Wed, 17 Jul 2013 11:06:47 +0200 |
Torsten Irländer |
Only iterate over fields of the form is readonly. This increases the
|
Tue, 16 Jul 2013 09:59:25 +0200 |
Torsten Irländer |
setReadOnly now also iterates over the toolbars within the form and hide them
|
Fri, 12 Jul 2013 15:56:41 +0200 |
Torsten Irländer |
Fix rendering the form readonly.
|
Fri, 05 Jul 2013 14:49:15 +0200 |
Torsten Irländer |
As the model now should have a readonly flag, the check if the form must be
|
Fri, 05 Jul 2013 14:47:19 +0200 |
Torsten Irländer |
Removed unused code.
|
Fri, 05 Jul 2013 11:19:13 +0200 |
Torsten Irländer |
Enabled readonly mode
|
Tue, 25 Jun 2013 17:32:07 +0200 |
Torsten Irländer |
Do not use the model.save mathod to store items in the databut but trigger a
|
Tue, 11 Jun 2013 13:20:27 +0200 |
Torsten Irländer |
Added field for netzbetreiber. Is needed because of FK constraints.
|
Tue, 11 Jun 2013 11:18:56 +0200 |
Torsten Irländer |
Added function to mark the form as readonly.
|
Tue, 11 Jun 2013 11:18:17 +0200 |
Torsten Irländer |
Only submit form if internal validation is ok.
|
Tue, 11 Jun 2013 11:17:33 +0200 |
Torsten Irländer |
Move parsing the response in a seperate function.
|
Wed, 05 Jun 2013 18:04:39 +0200 |
Torsten Irländer |
Translate error codes and store them as attributes of the form
|
Wed, 05 Jun 2013 18:04:07 +0200 |
Torsten Irländer |
Add function which translates the errorcodes returned from the server.
|
Wed, 05 Jun 2013 15:40:15 +0200 |
Torsten Irländer |
Created custom Form element which is bound to the model
|