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

chore: sync oauth input property in form editor #2246

Merged
merged 2 commits into from
Mar 13, 2020
Merged

Conversation

alanlong9278
Copy link
Contributor

@alanlong9278 alanlong9278 commented Mar 12, 2020

Description

sync oauth input property in form editor. Replace tokenProperty to property for OAuthInput in form editor appschema.

Task Item

fixes #2260

Screenshots

@@ -1960,7 +1960,7 @@ export const appschema: OBISchema = {
description: 'Time out setting for the OAuth signin card.',
default: '900000',
},
tokenProperty: {
property: {
$role: 'expression',
title: 'Token property',
Copy link
Contributor

Choose a reason for hiding this comment

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

Do the other properties need to change? Like title, description, etc?

Copy link
Contributor

Choose a reason for hiding this comment

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

There are some additional schema like allowInteruption etc, let's don't change it for R8, because it needs UX update which is too heavy.

@github-actions
Copy link

Coverage Status

Coverage remained the same at 40.796% when pulling 6de93d2 on julong/syncSchema into 7258239 on master.

@luhan2017 luhan2017 merged commit bbaad90 into master Mar 13, 2020
@luhan2017 luhan2017 deleted the julong/syncSchema branch March 13, 2020 03:29
@a-b-r-o-w-n a-b-r-o-w-n mentioned this pull request Mar 18, 2020
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