Changes between Initial Version and Version 3 of Ticket #14242
- Timestamp:
- Sep 9, 2010, 12:31:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14242
- Property Component Uncategorized → Forms
- 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.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. 2 2 3 3 Here's the code that I'm using http://dpaste.com/241056/ 4 4 5 5 '''Traceback''' 6 6 {{{ 7 7 Environment: 8 8 … … 57 57 Exception Type: KeyError at /gapsource/manage/users/edit/40318/ 58 58 Exception Value: 'user_permissions' 59 }}}