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 Nicklas Nordborg)

Depends on #648

Change History (4)

comment:1 by Nicklas Nordborg, 17 years ago

Description: modified (diff)
Owner: changed from everyone to Nicklas Nordborg
Status: newassigned
Summary: Able to set avg methodAdd possibility to set average method to fomulas and extravalues from web client.

comment:2 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3558]) Fixes #669

comment:3 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: closedreopened

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 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: reopenedclosed

(In [3621]) Fixes #669

Note: See TracTickets for help on using tickets.