
Previous answers in checklists for users that no longer exist raise exception
Reported by shawn (at vegantech) | January 4th, 2011 @ 11:21 PM | in Needs Tests
Created from Hoptoad: NoMethodError:
NoMethodError: undefined method fullname' for
nil:NilClass
Comments and changes to this ticket
-
shawn (at vegantech) January 4th, 2011 @ 11:23 PM
2 Factors in this problem, split into separate tickets.
- Removing users with data should not happen. These users should
get moved to an unused district, or be null.
- An exception was raised here because the user could not be found. Fix the problem with .try(:fullname)
- Removing users with data should not happen. These users should
get moved to an unused district, or be null.
-
shawn (at vegantech) January 6th, 2011 @ 05:27 PM
- Milestone order changed from 89 to 0
see [#523] for the first one.
-
shawn (at vegantech) January 6th, 2011 @ 05:55 PM
- State changed from new to needs_tests
(from [3b7d40476127997121bc69d0b698ab3098c671d0]) [#544 state:needs_tests] when a user that no longer exists entered a previous checklist, their name raises an exception. For now we use .try, but we must also address the issue of incorrectly deleting instead of disabling users with data associate with them. See 523 for more information. https://github.com/vegantech/sims/commit/3b7d40476127997121bc69d0b6...
-
shawn (at vegantech) November 9th, 2012 @ 07:26 PM
- Milestone changed from Demo Site and Export Doc/Feedback to Evaluate to see if applicable.
- Milestone order changed from 49 to 0
-
shawn (at vegantech) April 5th, 2013 @ 07:56 PM
- Milestone changed from Evaluate to see if applicable. to Needs Tests
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Student Intervention Monitoring System
People watching this ticket
Tags
Referenced by
-
544 Previous answers in checklists for users that no longer exist raise exception (from [3b7d40476127997121bc69d0b698ab3098c671d0]) [#544 s...