Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api,sdk,ui): advanced parameters #3163

Merged
merged 4 commits into from
Aug 8, 2018
Merged

feat(api,sdk,ui): advanced parameters #3163

merged 4 commits into from
Aug 8, 2018

Conversation

yesnault
Copy link
Member

@yesnault yesnault commented Aug 7, 2018

No description provided.

@yesnault yesnault requested a review from fsamin August 7, 2018 20:51
Signed-off-by: Yvonnick Esnault <[email protected]>
return nil, err
}
p.Type = pType
p.Value = val
p.Advanced = advanced
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t see where advanced is fill before

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Signed-off-by: Yvonnick Esnault <[email protected]>
@@ -0,0 +1,10 @@
-- +migrate Up
ALTER TABLE action_edge_parameter ADD COLUMN advanced BOOLEAN;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOT NULL

@@ -0,0 +1,10 @@
-- +migrate Up
ALTER TABLE action_edge_parameter ADD COLUMN advanced BOOLEAN;
ALTER TABLE action_parameter ADD COLUMN advanced BOOLEAN;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOT NULL

Signed-off-by: Yvonnick Esnault <[email protected]>
@fsamin fsamin merged commit 7582c23 into master Aug 8, 2018
@yesnault yesnault deleted the ye-advanced-parameter branch August 22, 2018 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants