-
-
Notifications
You must be signed in to change notification settings - Fork 311
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: take field context into account #591
base: 16.0
Are you sure you want to change the base?
[16.0][IMP] mis_builder: take field context into account #591
Conversation
Hi @sbidoul, |
Blocked by #585 |
ba083ea
to
c506690
Compare
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.
c506690
to
b4fcca2
Compare
Rebased |
…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.
b4fcca2
to
62e6e29
Compare
Prior to this commit only the action context was taken into account when looking for the `mis_analytic_domain` key in the context. This commit adds the support of the field context, where `self` can be used in order to inject record data in the context.
62e6e29
to
ed9eec9
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Hi @sbidoul, |
[IMP] mis_builder: take field context into account
Prior to this commit only the action context was taken into account
when looking for the
mis_analytic_domain
key in the context.This commit adds the support of the field context, where
self
can be used in order to inject record data in the context.
Blocked by #585