Remove the natural key lookup dict and make each Page responsible instead

This commit is contained in:
Jeff Bradberry
2020-03-30 16:07:12 -04:00
parent 07ba521b8b
commit e92c8cfdcc
16 changed files with 61 additions and 51 deletions

View File

@@ -8,7 +8,7 @@ from . import base
class Schedule(UnifiedJob):
pass
NATURAL_KEY = ('unified_job_template', 'name')
page.register_page([resources.schedule,