Skip to content

Commit

Permalink
Add a more descriptive message for "Reject" action inside a Worksheet (
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Aug 11, 2022
1 parent 269d16f commit ab37e34
Show file tree
Hide file tree
Showing 2 changed files with 7 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)
------------------

- #2110 Add a more descriptive message for "Reject" action inside a Worksheet
- #2104 Fix result formatting when result is below LDL or above UDL
- #2103 Convert LDL/UDL fields to string
- #2101 Add help text for numeric result
Expand Down
6 changes: 6 additions & 0 deletions src/bika/lims/browser/worksheet/views/analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ def __init__(self, context, request):
"contentFilter": {},
"custom_transitions": [],
"columns": self.columns.keys(),
"confirm_messages": {
"reject": _(
"This operation can not be undone. Are you sure "
"you want to reject the selected analyses?"
)
}
},
]

Expand Down

0 comments on commit ab37e34

Please sign in to comment.