Delete Projects

Issue #4 closed
Florian Rock created an issue

When project get deleted the graty panel assigned to the project not getting deleted.. Thats ok, but after this you can't configure the panels anymore cause nullpointer exception is thrown by the velocity template

Workaround was to update the Project in your table to a existing project id ;) UPDATE "AO_A72509_PROJECT_ENTITY" set "PROJECT_ID" = 11002 where "ID" = 1

Btw: thanks for your improvements!

Comments (4)

  1. Log in to comment