Skip to content

Commit

Permalink
Fixed merging for "RefreshView"
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickGrub committed Feb 1, 2021
1 parent e73f49d commit f0c6130
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Files/DataStandard/Vault.Custom/addinVault/powerGateMain.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@ function GetSelectedObject {
return $entity
}

function RefreshView {
$entity = GetSelectedObject
if ($null -eq $entity) {
return
}
elseif ($selectedObject.TypeId.SelectionContext -eq "ItemMaster") {
$entity = Get-VaultItem -ItemId $selectedObject.Id
}
return $entity
}

function InitBomTab {
$entity = GetSelectedObject
$number = GetEntityNumber -entity $entity
Expand Down

0 comments on commit f0c6130

Please sign in to comment.