[kforge-user] Bug: Delete project and create new with same short-name

Gunnar Johansson info at gunnar-johansson.se
Fri Oct 12 11:30:06 UTC 2007


Hi,

We had problems with a user deleting a project and then creating a  
new one with the same short-name.  It seems like it reactivates the  
previously deleted project, but with no members assigned to it.  So  
only the admin can go in and fix things.  Maybe KForge should also  
check deleted projects for name conflicts?  For future tasks, is this  
the correct way to delete and purge a project?

 >>> from kforge.soleInstance import application
 >>> p = application.registry.projects['short-name']
 >>> p.delete()
 >>> p.purge()

Cheers,
Gunnar Johansson





More information about the kforge-user mailing list