Skip to content

Commit 2ad5817

Browse files
Merge 25.7 to 25.11
2 parents 214773a + d319bea commit 2ad5817

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

issues/src/org/labkey/issue/model/IssueManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ public HttpView getCustomSearchResult(User user, @NotNull String resourceIdentif
10241024
return null;
10251025
}
10261026

1027-
final IssueObject issue = getIssue(null, user, issueId);
1027+
final IssueObject issue = getIssue(null, user, issueId, false);
10281028
if (null == issue)
10291029
return null;
10301030
Container c = issue.lookupContainer();
@@ -1305,7 +1305,7 @@ public static WebdavResource resolve(String id)
13051305
return null;
13061306
}
13071307

1308-
final IssueObject issue = getIssue(null, User.getSearchUser(), issueId);
1308+
final IssueObject issue = getIssue(null, User.getSearchUser(), issueId, false);
13091309
if (null == issue)
13101310
return null;
13111311

0 commit comments

Comments
 (0)