Changes between Initial Version and Version 3 of Ticket #14242


Ignore:
Timestamp:
Sep 9, 2010, 12:31:32 PM (14 years ago)
Author:
Karen Tracey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14242

    • Property Component UncategorizedForms
    • Property Keywords UserChangeForm KeyError 1.2.2 trunk added
  • Ticket #14242 – Description

    initial v3  
    1 When using a the UserChangeForm in 1.2.2 or Trunk it causes a KeyError.  The same code works fine in 1.2.1 and below.
     1When using a the `UserChangeForm` in 1.2.2 or Trunk it causes a `KeyError`.  The same code works fine in 1.2.1 and below.
    22
    33Here's the code that I'm using http://dpaste.com/241056/
    44
    55'''Traceback'''
    6 
     6{{{
    77Environment:
    88
     
    5757Exception Type: KeyError at /gapsource/manage/users/edit/40318/
    5858Exception Value: 'user_permissions'
     59}}}
Back to Top