Skip to content

Commit 1d22038

Browse files
authored
Wrong url in client's sample templates listing (#1601)
1 parent e1affa6 commit 1d22038

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Changelog
2424

2525
**Fixed**
2626

27+
- #1601 Fix Wrong url in client's sample templates listing
2728
- #1594 Fix System does not validate values from Results Options to be different
2829
- #1596 Fix Reports page shows the Display/State/Add menu
2930
- #1595 Fix Wrong url in client's analyses profiles listing

bika/lims/browser/client/views/artemplates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self, context, request):
5252
self.columns = {
5353
'title': {'title': _('Title'),
5454
'index': 'sortable_title',
55-
'replace_url': 'absolute_url'},
55+
'replace_url': 'getURL'},
5656
'Description': {'title': _('Description'),
5757
'index': 'description'},
5858
}

0 commit comments

Comments
 (0)