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
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
Since we don't keep history of actions, historic revisions of recipes may be written against missing versions of an actions. This could result in the arguments of the recipe not matching against the current schema of the action. Further, the old arguments are unlikely to work in the current UI.
If this is the case, we should show an error to the user, show them the raw json of the arguments, and prevent them from directly saving a new version of that recipe based on the old version. This is entirely a front-end nicety; our backend will already block this from saving as it won't pass validation.
Copied from: mozilla/normandy#361