MichaelHoffmann / AGORA

AGORA main repository
GNU Affero General Public License v3.0
7 stars 0 forks source link

Bug in deleting projects #242

Closed MichaelHoffmann closed 11 years ago

MichaelHoffmann commented 11 years ago

Version 3.3. I deleted a project but got an error message that the project cannot be deleted because there are maps from other members. So I removed the other member from the project. This way, his map disappeared immediately from my project view which is good. However, after again deleting the project I got the same error message, even after relaunching the application. That means, the info that these maps are no longer in my project has not been correctly updated in the database, or something else.

lokresh88 commented 11 years ago

Seems to be working now. I did follow the same scenario but could not reproduce this issue.

MichaelHoffmann commented 11 years ago

Perfect. It works in testing. I will close this issue after checking it when the lokesh testing version is published as version 3.4, or as 3.3b.

MichaelHoffmann commented 11 years ago

it does not work in the released 3.3 (August 17)

lokresh88 commented 11 years ago

Fixed :)

Tech Note : The issue cause -- presence of deleted map(s) within a project which is to be deleted. (These maps belonged to other users - but are currently in deleted state) .. Db flag is_deleted extra check added .. ..