Skip to content

Commit

Permalink
Filter Contact and CCContact by Client on first click (senaite#2133)
Browse files Browse the repository at this point in the history
* LIMS-1735 Filter Contact and CCContact by Client on first click

* Changelog

Co-authored-by: Jordi Puiggené <jp@naralabs.com>
  • Loading branch information
Lunga001 and xispa committed Sep 19, 2022
1 parent 9829b28 commit 1c3f4a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog
2.3.0 (unreleased)
------------------

- #2133 Filter Contact and CCContact by Client on first click
- #2134 Render unit after result and interim fields
- #2129 Fix Traceback when invalidating a Sample with Remarks
- #2128 Fix referenceresults widget view mode
Expand Down
2 changes: 2 additions & 0 deletions src/bika/lims/content/analysisrequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
base_query={"is_active": True,
"sort_limit": 50,
"sort_on": "sortable_title",
"getParentUID": "",
"sort_order": "ascending"},
showOn=True,
popup_width='400px',
Expand Down Expand Up @@ -200,6 +201,7 @@
catalog_name="portal_catalog",
base_query={"is_active": True,
"sort_on": "sortable_title",
"getParentUID": "",
"sort_order": "ascending"},
showOn=True,
popup_width='400px',
Expand Down

0 comments on commit 1c3f4a9

Please sign in to comment.