Changeset 3849e0 in indico
- Timestamp:
- 03/23/11 17:33:20 (2 years ago)
- Branches:
- v0.97-series
- Children:
- a7f492
- Parents:
- 2bc230
- git-author:
- Jose Benito <jose.benito.gonzalez@…> (03/16/11 14:46:59)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/23/11 17:33:20)
- File:
-
- 1 edited
-
indico/MaKaC/webinterface/rh/conferenceModif.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/rh/conferenceModif.py
r76686a r3849e0 7106 7106 self._fieldCaption = params.get("fieldCaption", "") 7107 7107 self._fieldMaxLength = params.get("fieldMaxLength", 0) 7108 if self._fieldMaxLength.strip() == "": 7109 self._fieldMaxLength = 0 7110 try: 7111 self._fieldMaxLength = int(self._fieldMaxLength) 7112 except ValueError: 7113 raise FormValuesError(_("The field Max Length must be a number")) 7108 7114 self._fieldIsMandatory = params.get("fieldIsMandatory", False) 7109 7115 self._fieldType = params.get("fieldType", "textarea")
Note: See TracChangeset
for help on using the changeset viewer.
