Changeset 1417 for HelpIM3

Show
Ignore:
Timestamp:
02/18/11 03:31:00 (15 months ago)
Author:
winfried
Message:

fixing bug in adding chatgroup (third attempt), refs #277

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/HelpIM/chatgroup/pages/AddGroup.py

    r1416 r1417  
    1010 
    1111    def validate(self, *args, **kwargs): 
    12         self.checkNotEmpty('description', 'De beschrijving mag niet leeg zijn') 
     12        self.checkNotEmpty('FckTxtArea', 'De beschrijving mag niet leeg zijn') 
    1313 
    1414    def performAction(self, *args, **kwargs):