Changeset 55cec9 in indico
- Timestamp:
- 05/17/11 17:21:04 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
- Children:
- de25536
- Parents:
- 961f64
- git-author:
- Adrian Moennich <jerome.ernst.monnich@…> (04/04/11 11:22:23)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (05/17/11 17:21:04)
- Location:
- indico/MaKaC/webinterface/rh
- Files:
-
- 2 edited
-
base.py (modified) (1 diff)
-
roomBooking.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/rh/base.py
r07fcf9 r55cec9 432 432 433 433 def _processFormValuesError(self,e): 434 """Treats timingerrors occured during the process of a RH.434 """Treats user input related errors occured during the process of a RH. 435 435 """ 436 436 -
indico/MaKaC/webinterface/rh/roomBooking.py
r21f3fc r55cec9 1234 1234 if self._doProcess: 1235 1235 if not self._candResv.room.isActive and not self._getUser().isAdmin(): 1236 raise MaKaCError( "You are not authorized to book this room." )1236 raise FormValuesError( "You are not authorized to book this room." ) 1237 1237 1238 1238 if not self._candResv.room.canBook( self._getUser() ) and not self._candResv.room.canPrebook( self._getUser() ): 1239 raise MaKaCError( "You are not authorized to book this room." )1239 raise FormValuesError( "You are not authorized to book this room." ) 1240 1240 1241 1241 if self._formMode == FormMode.MODIF:
Note: See TracChangeset
for help on using the changeset viewer.
