Closed GoogleCodeExporter closed 9 years ago
It may also be useful to selectively remove and/or modify existing config data
via an interface. I think this could be done as a plugin too!
Original comment by roland.q...@gmail.com
on 31 Jul 2010 at 1:13
We can add confirmation dialog for removing plugin data.
Original comment by kinyelo@gmail.com
on 31 Jul 2010 at 5:39
Now I see that general plugin data is removed but custom plugin data remains.
Only plugin knows about all custom entities it has created in datastore so only
plugin can remove it's private data.
I think the best way is to create task for removing entities. And add method to
PluginEntryPoint void uninstall() which can start erasure task.
Original comment by kinyelo@gmail.com
on 31 Jul 2010 at 7:48
Implemented. Please look at register plugin entry point class for usage example.
Original comment by kinyelo@gmail.com
on 31 Jul 2010 at 8:18
Original issue reported on code.google.com by
roland.q...@gmail.com
on 31 Jul 2010 at 1:08