CustomConfigurationTestGroupForm should dispatch different arguments based on whether analysis task is created.
Created attachment 345014 [details] Patch
Comment on attachment 345014 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=345014&action=review > Websites/perf.webkit.org/public/v3/components/custom-configuration-test-group-form.js:41 > + if (!this._hasTask) We should assert that !!this._hasTask == !taskName
Landed in r233884.