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

fix: filter with capitalized operator was getting bypassed #20682

Merged

Conversation

shariquerik
Copy link
Member

@shariquerik shariquerik commented Apr 13, 2023

Fixes: frappe/erpnext#30766
Internal Support Issue: ISS-22-23-05732

@shariquerik shariquerik requested review from a team and phot0n and removed request for a team April 13, 2023 08:44
@github-actions github-actions bot added the add-test-cases Add test case to validate fix or enhancement label Apr 13, 2023
@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Merging #20682 (4913b67) into develop (cbb7c4a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop   #20682   +/-   ##
========================================
  Coverage    63.85%   63.85%           
========================================
  Files          758      758           
  Lines        68705    68705           
  Branches      6191     6191           
========================================
+ Hits         43873    43874    +1     
+ Misses       21323    21322    -1     
  Partials      3509     3509           
Flag Coverage Δ
server 68.84% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@shariquerik shariquerik merged commit a342439 into frappe:develop Apr 13, 2023
shariquerik added a commit that referenced this pull request Apr 13, 2023
…20682) (#20683)

Co-authored-by: Shariq Ansari <sharique.rik@gmail.com>
shariquerik added a commit that referenced this pull request Apr 13, 2023
…20682) (#20684)

Co-authored-by: Shariq Ansari <sharique.rik@gmail.com>
frappe-pr-bot pushed a commit that referenced this pull request Apr 18, 2023
# [14.33.0](v14.32.1...v14.33.0) (2023-04-18)

### Bug Fixes

* allow filter values to be saved in custom report ([295d2b8](295d2b8))
* allow workflow action master rename ([2730f22](2730f22))
* bump poplib limit ([#20739](#20739)) ([#20740](#20740)) ([a58ef7a](a58ef7a))
* check communication subject existence before converting to text  ([#20738](#20738)) ([#20748](#20748)) ([3d047b4](3d047b4))
* clear all filters when in list view (backport [#20342](#20342)) ([#20746](#20746)) ([54d0dca](54d0dca))
* consider user email if send me a copy is checked ([#20627](#20627)) ([#20655](#20655)) ([3dc215d](3dc215d))
* **export:** Use fieldname if label is not set ([f497557](f497557))
* filter with capitalized operator was getting bypassed (backport [#20682](#20682)) ([#20684](#20684)) ([7831866](7831866))
* format filter values in report print view (backport [#20717](#20717)) ([#20752](#20752)) ([83fdb2e](83fdb2e))
* group buttons are overlapping (backport [#20671](#20671)) ([#20687](#20687)) ([149eed7](149eed7))
* Hide dropdown menu on click ([454f3a7](454f3a7))
* Load doc before checking permission ([a8348ce](a8348ce))
* make `owner` restricted ([8ad7ddb](8ad7ddb))
* Patch to update Background Jobs URL ([67add11](67add11))
* prioritize modal over freeze in grid-form ([953b331](953b331))
* Redirect Background Jobs to RQ Jobs ([2cc1092](2cc1092))
* Remove Background Jobs from dropdown ([0c7009c](0c7009c))
* remove desk access for Guest in post_model_sync ([#20719](#20719)) ([#20720](#20720)) ([97e0836](97e0836))
* remove guest permission from language ([#20677](#20677)) ([#20691](#20691)) ([de3b484](de3b484))
* Resolve conflicts ([a66fa64](a66fa64))
* Resolve conflicts ([abacaba](abacaba))
* route to form if name has slashes in it ([ae7d693](ae7d693))
* Show background jobs only to permitted users ([c065b2b](c065b2b))
* stale `frappe.local` ([#20695](#20695)) ([#20701](#20701)) ([2715d2d](2715d2d))
* update property if field exist ([3f10e63](3f10e63))
* use frappe.log_error in EmailServer exception handling ([25281e3](25281e3))
* **UX:** workspace breadcrumbs based on history ([#20529](#20529)) ([#20661](#20661)) ([260ef71](260ef71))

### Features

* redis cache decorator ([#20452](#20452)) ([3dff558](3dff558))
frappe-pr-bot pushed a commit that referenced this pull request Apr 18, 2023
# [13.54.0](v13.53.2...v13.54.0) (2023-04-18)

### Bug Fixes

* allow filter values to be saved in custom report ([2499aba](2499aba))
* allow workflow action master rename ([afc05c4](afc05c4))
* bulk update (backport [#20522](#20522)) ([8e51fb0](8e51fb0))
* clear all filters when in list view (backport [#20342](#20342)) ([#20747](#20747)) ([8fa1580](8fa1580))
* filter with capitalized operator was getting bypassed (backport [#20682](#20682)) ([#20683](#20683)) ([12cd78d](12cd78d))
* group buttons are overlapping (backport [#20671](#20671)) ([#20688](#20688)) ([b0183ed](b0183ed))
* Initialize "r" to avoid UnboundLocalError ([#19630](#19630)) ([#20758](#20758)) ([c852197](c852197))
* prioritize modal over freeze in grid-form ([ed85ea2](ed85ea2))
* remove guest permission from language (backport [#20677](#20677)) ([#20690](#20690)) ([2553a7e](2553a7e))
* Remove unnecessary code to avoid timestamp conflict ([410d976](410d976))
* stale `frappe.local` (backport [#20695](#20695)) ([#20700](#20700)) ([bfd9dd0](bfd9dd0))
* update property if field exist ([8171c65](8171c65))

### Features

* custom info in frappe monitor (backport [#18214](#18214)) ([#20686](#20686)) ([87d52f5](87d52f5)), closes [#18259](#18259)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
add-test-cases Add test case to validate fix or enhancement backport version-14-hotfix backport to version 14 frappe-support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error getting items from delivery notes from sales invoice
1 participant