Skip to content

Commit

Permalink
Merge pull request ceefour#6 from YasithLokuge/master
Browse files Browse the repository at this point in the history
FUN-15544 use getTempLockedObjectByPath
  • Loading branch information
Luke Butters authored Jun 15, 2021
2 parents 7fcdc60 + 7fac737 commit ed05a7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ private void doMacLockRequestWorkaround(ITransaction transaction, HttpServletReq

if (lockSuccess) {
// Locks successfully placed - return information about
lo = _resourceLocks.getLockedObjectByPath(transaction, _path);
lo = _resourceLocks.getTempLockedObjectByPath(transaction, _path);
if (lo != null) {
generateXMLReport(transaction, resp, lo);
} else {
Expand Down

0 comments on commit ed05a7f

Please sign in to comment.