Opened 17 years ago
Closed 17 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 by , 17 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Summary: | Able to set avg method → Add possibility to set average method to fomulas and extravalues from web client. |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 17 years ago
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)
Note:
See TracTickets
for help on using tickets.
(In [3558]) Fixes #669