Skip to content

Commit 03c5a2d

Browse files
authored
Analysts are not displayed in Worksheet listing just afer being created (#1580)
* Analysts are not displayed in Worksheet listing after being created * Changelog
1 parent 4d9981f commit 03c5a2d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Changelog
1717

1818
**Fixed**
1919

20+
- #1580 Fix Analysts are not displayed once created in worksheets listing
2021
- #1575 Fix Uncertainties are displayed although result is below Detection Limit
2122
- #1572 Fix Unable to get the previous status when duplicated in review history
2223
- #1570 Fix Date time picker does not translates well to current language

bika/lims/utils/__init__.py

-6
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ def printfile(portal, from_addr, to_addrs, msg):
139139
pass
140140

141141

142-
def _cache_key_getUsers(method, context, roles=[], allow_empty=True):
143-
key = time() // (60 * 60), roles, allow_empty
144-
return key
145-
146-
147-
@ram.cache(_cache_key_getUsers)
148142
def getUsers(context, roles, allow_empty=True):
149143
""" Present a DisplayList containing users in the specified
150144
list of roles

0 commit comments

Comments
 (0)