Commit 7cfc3d0 1 parent f3c998a commit 7cfc3d0 Copy full SHA for 7cfc3d0
File tree 2 files changed +5
-0
lines changed
src/bika/lims/browser/worksheet/views
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelog
4
4
2.5.0 (unreleased)
5
5
------------------
6
6
7
+ - #2449 Fix Mine button from worksheets listing does not filter by current user
7
8
- #2448 Fix open filter is not visible to analysts in worksheets listing
8
9
- #2444 Fix reference widget search uses JSON encoded query
9
10
- #2443 Fix missing required marker in edit forms
Original file line number Diff line number Diff line change @@ -221,6 +221,10 @@ def before_render(self):
221
221
# Remove the add button
222
222
self .context_actions = {}
223
223
224
+ # Update the "Mine" review status with current user id
225
+ mine = self .get_review_state ("mine" )
226
+ mine ["contentFilter" ]["getAnalyst" ] = self .member .id
227
+
224
228
if self .show_only_mine ():
225
229
# Remove 'Mine' button and hide 'Analyst' column
226
230
self .remove_review_state ("mine" )
You can’t perform that action at this time.
0 commit comments