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

[16.0][IMP] mis_builder: preserve the filters when navigating back from drill-down #593

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from

Commits on Dec 27, 2023

  1. [FIX] mis_builder: correctly compute context in mis_report_widget

    This commit ensure that the context used by the `mis_report_widget`
    widget RPC calls is correctly computed.
    
    Previously using the `mis_analytic_domain` context key was useless
    as not taken into account in the widget.
    IT-Ideas committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    46d9440 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. [IMP] mis_builder: preserve the filters when navigating back from dri…

    …ll-down
    
    Prior to this commit the state of the searchModel was lost when navigating
    back from a drill-down.
    
    This commit uses the globalState in order to store and restore the state
    of the searchModlel. The use of a SubEnv allows not having to pass props
    up to the widget, which would have required overriding the renderer, the
    compiler and field.
    IT-Ideas committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b0692f8 View commit details
    Browse the repository at this point in the history