You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nailgun expects attrs (which is the response to the create-request on the foreman) to have the cron_expressions parameter, but the foreman does not know about this.
Is this expected behaviour?
The text was updated successfully, but these errors were encountered:
I recently saw a KeyError when creating SyncPlan on foreman-1.18 with latest master of nailgun.
The problem is here:
nailgun/nailgun/entity_mixins.py
Line 819 in 7a3002d
Nailgun expects
attrs
(which is the response to the create-request on the foreman) to have thecron_expressions
parameter, but the foreman does not know about this.Is this expected behaviour?
The text was updated successfully, but these errors were encountered: