15db7d9d98
The method for checking if the user can create an activity executed create_if_missing wihtout checking the section exists or not. This is a problem for delegated sections because create_if_missing will create a regular section and push down all delegate ones. With the patch the method first checks if the section exists.