Opened 16 years ago
Closed 16 years ago
#669 closed enhancement (fixed)
Add possibility to set average method to fomulas and extravalues from web client.
Reported by: | Johan Enell | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.4 |
Component: | web | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Depends on #648
Change History (4)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from everyone to Nicklas Nordborg |
Status: | new → assigned |
Summary: | Able to set avg method → Add possibility to set average method to fomulas and extravalues from web client. |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
NullPointerException? when creating a formula type that shouldn't have an average method:
Name is null ...at java.lang.Enum.valueOf(Enum.java:191) ...at Formula$AverageMethod.valueOf(Formula.java:376) ...at org.apache.jsp.views.formulas.index_jsp._jspService(index_jsp.java:168)
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [3558]) Fixes #669