PacketFence - BTS - PacketFence | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001265 | PacketFence | web admin | public | 2011-09-08 16:45 | 2011-09-21 22:16 |
| Reporter | fgaudreault | ||||
| Assigned To | obilodeau | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | devel | ||||
| Target Version | Fixed in Version | 3.0.0 | |||
| fixed in git revision | |||||
| fixed in mtn revision | 1481fe59a8d55b069a4ae58064891ac87843d50e | ||||
| Summary | 0001265: Deleting a person with node associated to it silently fails | ||||
| Description | On the admin ui, when you try to delete a person that has nodes associated with this pid, it will silently fail on the GUI, but will print something in the packetfence logs. | ||||
| Steps To Reproduce | |||||
| Additional Information | This is the code snippet in pf/person.pm : my @nodes = person_nodes($pid); if ( scalar(@nodes) > 0 ) { $logger->error( "person $pid has " . scalar(@nodes) . " node(s) registered in its name. Person deletion prohibited" ); return 0; } | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-09-08 16:45 | fgaudreault | New Issue | |||
| 2011-09-14 17:09 | obilodeau | mtn revision | => 1481fe59a8d55b069a4ae58064891ac87843d50e | ||
| 2011-09-14 17:09 | obilodeau | Note Added: 0002207 | |||
| 2011-09-14 17:09 | obilodeau | Status | new => resolved | ||
| 2011-09-14 17:09 | obilodeau | Fixed in Version | => trunk | ||
| 2011-09-14 17:09 | obilodeau | Resolution | open => fixed | ||
| 2011-09-14 17:09 | obilodeau | Assigned To | => obilodeau | ||
| 2011-09-21 22:07 | obilodeau | Fixed in Version | trunk => 3.0.0 | ||
| 2011-09-21 22:15 | obilodeau | Note Added: 0002234 | |||
| 2011-09-21 22:16 | obilodeau | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||