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

Add remembering filter properties of Access Policies grid in browser url #16081

Closed
wants to merge 2 commits into from
Closed

Add remembering filter properties of Access Policies grid in browser url #16081

wants to merge 2 commits into from

Conversation

Ruslan-Aleev
Copy link
Collaborator

What does it do?

  • Add remembering filter properties of Access Policies grid in browser url

ap_url

Why is it needed?

Allow to copy/paste the state of the filter with the browser url.

Related issue(s)/PR(s)

#16063
#15946
#15942
#15935
#15186
#15185
#15184
#15183
#15182
#15181
#15115
#14086

@cla-bot cla-bot bot added the cla-signed CLA confirmed for contributors to this PR. label Feb 25, 2022
@Ruslan-Aleev Ruslan-Aleev added the pr/review-needed Pull request requires review and testing. label Feb 25, 2022
@Ruslan-Aleev Ruslan-Aleev added this to the v3.1.0 milestone Feb 25, 2022
search: function(tf,newValue,oldValue) {
var nv = newValue || tf;
this.getStore().baseParams.query = Ext.isEmpty(nv) || Ext.isObject(nv) ? '' : nv;
policySearch: function(cb, newValue, oldValue) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why you have oldValue in signature when it's not in use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA confirmed for contributors to this PR. pr/review-needed Pull request requires review and testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants