-
-
Notifications
You must be signed in to change notification settings - Fork 608
[15.0][ADD] web_hide_custom_search #1124
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
base: 15.0
Are you sure you want to change the base?
[15.0][ADD] web_hide_custom_search #1124
Conversation
8b96711
to
1570873
Compare
Shouldn't it start with |
1570873
to
d2abed9
Compare
2632ae1
to
c9371c6
Compare
c9371c6
to
b6e3319
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partial review.
Module name suggestion: web_hide_custom_search
Sorry, I just came to think that 'custom search' would cover both filter and group-by.
c382341
to
5476066
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM. Could we add tests?
5476066
to
338b985
Compare
@yostashiro Added some test cases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functional test: it works as expected
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
@dreispt your merge command was aborted due to failed check(s), which you can inspect on this commit of 15.0-ocabot-merge-pr-1124-by-dreispt-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
It seems that every test using @dreispt Do you have any idea related this issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4a702ef
to
8fc85fb
Compare
@kanda999 Fixed it. Please review. |
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
@rvalyi your merge command was aborted due to failed check(s), which you can inspect on this commit of 15.0-ocabot-merge-pr-1124-by-rvalyi-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
@rvalyi This issue still exists. |
This module allows controlling the visibility of the “Add Custom Filter” and “Add Custom Group” options in the search view for specific models and specific user groups.
@qrtl QT4975