Skip to content

Commit

Permalink
Merge 24.11 to 25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Feb 11, 2025
2 parents 9fe727c + 82cbfe7 commit 6ae0538
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions onprc_ehr/resources/web/onprc_ehr/panel/SnapshotPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,6 @@ Ext4.define('onprc_ehr.panel.SnapshotPanel', {

toSet['flags'] = values.length ? '<a id="onprcFlagsLink">' + values.join('<br>') + '</div>' : null;

behavevalues = ['test'];

if (behavevalues.length) {
toSet['behaviorflag'] = '<a id="onprcBehaviorFlagsLink">' + behavevalues.join('<br>') + '</div>';
}
Expand Down
2 changes: 1 addition & 1 deletion sla/resources/queries/sla/ProtocolProjectsUsage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SELECT
y.grantNumber as OGAGrantNumber,
y.fiscalAuthorityName As FiscalAuthorityName,
aa.Species,
aa.Gender as Sex,
aa.Gender,
aa.Strain,
aa.Allowed AS NumAllowed,
calc.NumUsed,
Expand Down

0 comments on commit 6ae0538

Please sign in to comment.