Bug Fix: If a WebSubmit function returns a NoneType (or indeed a non-string), it no longer causes a TypeError due to concatenation of strings with non-strings when creating page containing the output of functions. NoneTypes returned by functions are now replaced with an empty string, and all other return values are casted to a strings;
Description
Description
Details
Details
- Committed
Nicholas Robinson <nicholas.robinson@cern.ch> Mar 20 2007, 15:15 - Parents
- R3600:35407fc90a00: Replaced 'functionError' with 'InvenioWebSubmitFunctionError'.
- Branches
- Unknown
- Tags