-
Notifications
You must be signed in to change notification settings - Fork 919
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
[BUG] Maps showRegionBlockedConfig doesn't work #2041
Comments
kavilla
added a commit
to kavilla/OpenSearch-Dashboards-1
that referenced
this issue
Aug 2, 2022
The configuration wasn't passed down to the options that was expecting it to be available for the plugin to run the conditional logic. Value was undefined for region map. Also, cleaned up the vega map view code. Issue: opensearch-project#2041 Signed-off-by: Kawika Avilla <[email protected]>
7 tasks
kavilla
added
v2.2.0
maps
Issues or PRs related to the Maps Service
and removed
untriaged
labels
Aug 2, 2022
7 tasks
kavilla
added a commit
that referenced
this issue
Aug 2, 2022
The configuration wasn't passed down to the options that was expecting it to be available for the plugin to run the conditional logic. Value was undefined for region map. Also, cleaned up the vega map view code. Issue: #2041 Signed-off-by: Kawika Avilla <[email protected]>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Aug 2, 2022
The configuration wasn't passed down to the options that was expecting it to be available for the plugin to run the conditional logic. Value was undefined for region map. Also, cleaned up the vega map view code. Issue: #2041 Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit 5fb4143)
kavilla
added a commit
that referenced
this issue
Aug 3, 2022
The configuration wasn't passed down to the options that was expecting it to be available for the plugin to run the conditional logic. Value was undefined for region map. Also, cleaned up the vega map view code. Issue: #2041 Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit 5fb4143) Co-authored-by: Kawika Avilla <[email protected]>
CPTNB
pushed a commit
to CPTNB/OpenSearch-Dashboards
that referenced
this issue
Aug 8, 2022
…oject#2042) The configuration wasn't passed down to the options that was expecting it to be available for the plugin to run the conditional logic. Value was undefined for region map. Also, cleaned up the vega map view code. Issue: opensearch-project#2041 Signed-off-by: Kawika Avilla <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set config in
opensearch_dashboards.yml
value was not getting passed down to the maps plugins.The text was updated successfully, but these errors were encountered: