mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Remove the natural key lookup dict and make each Page responsible instead
This commit is contained in:
@@ -8,7 +8,7 @@ from . import base
|
||||
|
||||
class Schedule(UnifiedJob):
|
||||
|
||||
pass
|
||||
NATURAL_KEY = ('unified_job_template', 'name')
|
||||
|
||||
|
||||
page.register_page([resources.schedule,
|
||||
|
||||
Reference in New Issue
Block a user