|
|
|
@@ -1743,7 +1743,6 @@ func CloudBrainBenchmarkNew(ctx *context.Context) { |
|
|
|
ctx.Data["description"] = "" |
|
|
|
ctx.Data["benchmarkTypeID"] = -1 |
|
|
|
ctx.Data["benchmark_child_types_id_hidden"] = -1 |
|
|
|
ctx.Data["type"] = ctx.Query("type") |
|
|
|
err := cloudBrainNewDataPrepare(ctx) |
|
|
|
if err != nil { |
|
|
|
ctx.ServerError("get new cloudbrain info failed", err) |
|
|
|
|