From: <no...@so...> - 2002-03-13 10:45:32
|
Bugs item #529382, was opened at 2002-03-13 05:45 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=426093&aid=529382&group_id=39838 Category: Interface (example) Group: None Status: Open Resolution: None Priority: 3 Submitted By: Jay Bonci (jaybonci) Assigned to: Nobody/Anonymous (nobody) Summary: Invalid type_nodetype on node throws 500 Initial Comment: If a type_nodetype on a node get's corrupted (or the parent type gets whacked), we throw a 500 error when trying to view the node. This makes it really hard to clean up after it (with a nuke or what not, just to get it out of the main node table). In an ideal world, we should simply resort to the displaytype and permissions for that of an object of type [node]. This would be the safest best (as we wouldn't need to assume that the type is there for anything else). It would also allow system maintainers to whack the node enough to clean it up (or edit it's type or whatever other thing they should choose to do to the now dead object). This is similar to the previous issue of ecore tossing a 500 when an invalid displaytype is given, but it has more to do with the types than does anything else. Low priority of course. --jay ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=426093&aid=529382&group_id=39838 |