From a351c1687ae28cfc560c2708530d510f1be16470 Mon Sep 17 00:00:00 2001 From: Marty Pradere Date: Fri, 7 Aug 2026 10:30:49 -0600 Subject: [PATCH] Collapse Clinpath request links after mergesync module removal The Manual Results and Automatic Results links filtered on mergeSyncInfo/automaticresults, a column supplied by the mergesync module's table customizer. With that module gone the two sets are indistinguishable, so a single Requests link replaces them. --- ehr/resources/web/ehr/panel/EnterDataPanel.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ehr/resources/web/ehr/panel/EnterDataPanel.js b/ehr/resources/web/ehr/panel/EnterDataPanel.js index 0b223b8a5..cffea9cf6 100644 --- a/ehr/resources/web/ehr/panel/EnterDataPanel.js +++ b/ehr/resources/web/ehr/panel/EnterDataPanel.js @@ -269,14 +269,9 @@ Ext4.define('EHR.panel.EnterDataPanel', { width: 200 },{ xtype: 'ldk-linkbutton', - text: 'Requests With Manual Results', + text: 'Requests', linkCls: 'labkey-text-link', - href: LABKEY.ActionURL.buildURL('query', 'executeQuery', null, {schemaName: 'study', 'query.queryName': 'Clinpath Runs', 'query.viewName': 'Requests', 'query.QCState/Label~startswith': 'Request:', 'query.servicerequested/chargetype~eq': 'Clinpath', 'query.mergeSyncInfo/automaticresults~eq': false}) - },{ - xtype: 'ldk-linkbutton', - text: 'Requests With Automatic Results', - linkCls: 'labkey-text-link', - href: LABKEY.ActionURL.buildURL('query', 'executeQuery', null, {schemaName: 'study', 'query.queryName': 'Clinpath Runs', 'query.viewName': 'Requests', 'query.QCState/Label~startswith': 'Request:', 'query.servicerequested/chargetype~eq': 'Clinpath', 'query.mergeSyncInfo/automaticresults~eq': true}) + href: LABKEY.ActionURL.buildURL('query', 'executeQuery', null, {schemaName: 'study', 'query.queryName': 'Clinpath Runs', 'query.viewName': 'Requests', 'query.QCState/Label~startswith': 'Request:', 'query.servicerequested/chargetype~eq': 'Clinpath'}) }] },{ layout: 'hbox',