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

Fixes the Variable Schema UI issues and InlineView bug reported in (#7884) #7913

Merged
merged 12 commits into from
Sep 15, 2024

Conversation

asheshv
Copy link
Contributor

@asheshv asheshv commented Sep 12, 2024

  • Load the variable types as soon as they're available, and do not rely on the 'optionsLoaded' as they would loaded asynchronously, and the variable types data may not be available while rendering the 'value' cell for the existing parameters.
  • Fixed a type while checking for the 'inline-group'.

to force reload the control on value change for one of the
dependencies.
subscriber mananager instance. It helps multiple subscribers in a
single control as we could have multiple subscribe within a control.
(For example - value, options, errors, etc).
@asheshv asheshv changed the title Fixes the Variable Schema UI issues and InlineView bug reported in (#7448) Fixes the Variable Schema UI issues and InlineView bug reported in (#7884) Sep 14, 2024
@akshay-joshi akshay-joshi merged commit 5e96f0f into pgadmin-org:master Sep 15, 2024
32 checks passed
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.

2 participants