mozilla / delivery-console

Normandy recipe editor
Mozilla Public License 2.0
13 stars 22 forks source link

Add experimenter_slug to recipe details and form #1069

Closed glasserc closed 4 years ago

glasserc commented 4 years ago

Fixes #808.

At present, Normandy server does not accept either empty strings or nulls for this field. Since the model already has null=True, I went with that approach, explicitly converting empty strings to nulls. I have opened https://github.com/mozilla/normandy/pull/2010 to support this on the server side.

bors[bot] commented 4 years ago

Build succeeded