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

Filter Dropdown in Detail View does not show any options #675

Open
dvvanessastoiber opened this issue Mar 29, 2022 · 5 comments
Open

Filter Dropdown in Detail View does not show any options #675

dvvanessastoiber opened this issue Mar 29, 2022 · 5 comments
Assignees
Labels
type: bug Something isn't working

Comments

@dvvanessastoiber
Copy link
Contributor

  • Release number or git hash: fd8bf51
  • Web browser version and OS: Chrome 99
  • Environment (local or deployed): both

Steps to reproduce

  1. Open https://ordino-daily.caleydoapp.org/#/
  2. Open the Cancer Gene Census dataset
  3. Select two items
  4. Open a detail view, e.g. Expression
  5. Open the Filter Select

Observed behavior

  • The Filter select (FormMap) does not show any options, as shown in the screenshot below
    ordino

Expected behavior

  • The Filter shows a list of options to filter the dataset
@dvvanessastoiber dvvanessastoiber added the type: bug Something isn't working label Mar 29, 2022
@dvvanessastoiber dvvanessastoiber self-assigned this Mar 29, 2022
@thinkh
Copy link
Member

thinkh commented Mar 29, 2022

@dvvanessastoiber Is this an Ordino issue that the FormMap component does not receive data or is it a bug in the FormMap code? Could you please check if there are errors on the dev console?

@dvvanessastoiber
Copy link
Contributor Author

dvvanessastoiber commented Mar 29, 2022

@dvvanessastoiber Is this an Ordino issue that the FormMap component does not receive data or is it a bug in the FormMap code? Could you please check if there are errors on the dev console?

I do not get any errors related to that in the console. I will further investigate on whether the data is received correctly. Thanks for the hint

@thinkh
Copy link
Member

thinkh commented Mar 29, 2022

Thanks. You could also cross-check with Ordino Public and/or the local workspace.

@dvvanessastoiber
Copy link
Contributor Author

Thanks. You could also cross-check with Ordino Public and/or the local workspace.

I can reproduce this in both local workspaces (Ordino public and BI)

@dvvanessastoiber
Copy link
Contributor Author

@thinkh and I have discovered the following issues:

  • ResolveNow.resolveImmediately() has been replaced with Promise.resolve()
  • The Filter FormMap tries to use the options of the FormSelect, but the options are not loaded / the dropdown items are not ready at this point
  • Crucial points:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants