Actions
Bug #5641
closedMultiple words with spaces validation breaks user manager save buttons
Description
As reported here:
and verified on my localhost test site.
Way to replicate:
set validation of a cb text field to "Multiple words with spaces" setting
try to edit and save a user in backend with some data in that field
      
      Updated by krileon almost 10 years ago
      
      
    
    - Status changed from Assigned to Resolved
 - % Done changed from 0 to 100
 
Fixed in MR !996
Issue is due to using urlencode instead of rawurlencode, which is necessary when going from PHP to JS.
      
      Updated by krileon almost 10 years ago
      
      
    
    - Related to Bug #5632: Javascript SyntaxError: Nothing to repeat: in regexp for phone numbers validation added
 
Actions