Skip to content

Commit

Permalink
Merge pull request #689 from webitel/fix/flow-tags-seach
Browse files Browse the repository at this point in the history
fix: flow tags search fixed [WTEL-4589]
  • Loading branch information
dlohvinov authored Jun 17, 2024
2 parents c9e8609 + 3cdcc57 commit 0ba4f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/routing/modules/flow/api/flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const flowService = new RoutingSchemaServiceApiFactory(configuration, '', instan
CONVERT "SCHEMA" FIELD TO JSON TO PREVENT ITS CHANGE
BY CAMEL-SNAKE TRANSFORMERS
*/
const doNotConvertKeys = ['schema'];
const doNotConvertKeys = ['schema', 'tags'];

const fieldsToSend = ['name', 'schema', 'type', 'payload', 'editor', 'tags'];

Expand Down

0 comments on commit 0ba4f76

Please sign in to comment.