Skip to content

Commit d0ebb3d

Browse files
xisparamonski
andauthored
Fix ProfileKey is not shown in Profiles table (#1987 port) (#2050)
Co-authored-by: Ramon Bartl <[email protected]>
1 parent 59d2810 commit d0ebb3d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
1.3.6 (unreleased)
55
------------------
66

7+
- #2050 Fix ProfileKey is not shown in Profiles table
78
- #2049 Fix Sample's header table fields not validated on submit (#1687 port)
89
- #2042 Fix LabManager and LabClerk cannot add preservations (#2026 port)
910
- #2041 Fix indexing of DX temp objects resulting in orphan entries (#1913 port)

bika/lims/controlpanel/bika_analysisprofiles.py

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def folderitem(self, obj, item, index):
127127

128128
item["replace"]["Title"] = get_link(url, value=title)
129129
item["Description"] = description
130+
item["ProfileKey"] = obj.getProfileKey()
130131

131132
return item
132133

0 commit comments

Comments
 (0)