comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DemDatacagePanel.java @ 6184:58e78e6662fa

Remove getUser Hack. This caused the datacage not to show old_calculations which was probably the reason for this. But this also broke the range filtering (before the recent datacage changes which made user id obsolete for datacage filtering)
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 04 Jun 2013 16:07:33 +0200
parents ea9eef426962
children 5dfb3ff98bc6
comparison
equal deleted inserted replaced
6183:3f8f212253a0 6184:58e78e6662fa
44 widget.setIsMutliSelectable(false); 44 widget.setIsMutliSelectable(false);
45 } 45 }
46 46
47 47
48 @Override 48 @Override
49 public User getUser() {
50 return null;
51 }
52
53
54 @Override
55 public String getOuts() { 49 public String getOuts() {
56 return OUT; 50 return OUT;
57 } 51 }
58 52
59 53

http://dive4elements.wald.intevation.org