#69 Fix: check project deletion from list of projects
Merged by mkovarik. Opened by mkovarik.
mkovarik/c3i-library fix_project_delete  into  master

Using count() on project which does not exist returns exception because
user is forbidden to access the project resource - it is not possible to
detect if project does not exist or user does not have access to
project.

Checking list of available project instead counting project. Selector is
dynamically updated each call.

Pull-Request has been merged by mkovarik

Metadata