In wp-content\plugins\pet-manager\inc\extend.php
Look and comment add_filter('parse_query', 'pet_parse_query_useronly');
or
change the link
strpos($_SERVER['REQUEST_URI'], '/wp-admin/edit.php'
to this
strpos($_SERVER['REQUEST_URI'], '/wp-admin/edit.php?post_type=pet'