Below urls /admin/tmgmt/job and /admin/tmgmt/job_items throws a PHP errors when lists all items without any filter applied.
Error: Class "Drupal\tmgmt\Entity\ListBuilder\Url" not found in Drupal\tmgmt\Entity\ListBuilder\JobItemListBuilder->getDefaultOperations() (line 41 ...)
The issue here is a missing Drupal\Core\Url
import.
Having some jobs / job items open urls /admin/tmgmt/job and /admin/tmgmt/job_items and disable all filters.
There will he thrown PHP error.
Active
1.17
Core