Finished app activation with search engine

This commit is contained in:
frikky
2020-05-24 08:57:26 +02:00
parent 62bc6708c1
commit eb59c0cea6
5 changed files with 83 additions and 62 deletions
+1
View File
@@ -361,6 +361,7 @@ func generateYaml(swagger *openapi3.Swagger, newmd5 string) (WorkflowApp, []stri
api.Tested = false
api.PrivateID = newmd5
api.Generated = true
api.Activated = true
// Setting up security schemes
extraParameters := []WorkflowAppActionParameter{}