From: Peter C. <Pet...@me...> - 2005-05-13 15:31:35
|
> From: Adam Marshall=20 > Peter - is this something you have dealt with under SPWS? On looking at my code... sort-of, and the fix is on the issue list. SPWS has a many-to-many mapping between sections and questions; deleting a section deletes its association with its questions, but doesn't currently delete any now-unused questions. This is one to throw open to a wider audience, I think. What *should* happen when a user tries to delete a section that contains questions? Especially if some of those quetions have entries for them? Do we simply want a message saying 'don't do that'? Do we want the questions to go away silently? Or do we want some cleverer behaviour like moving any orphaned questions to a (new or existing) 'orphaned questions' section? - Peter |