Bug #22553
closedTypeError: Cannot read property 'join' of undefined at Scope.$scope.performViaRemoteExecution
Description
We've created a host collection to manage package updates.
When viewing the details of a host collection and clicking "Package Installation, Removal, and Update" the corresponding popup appears.
In the "Update All Packages" dropdown we want to select one of "via remote execution" and ""via remote execution - customize first".
Both buttons have no effect, in the browser console the following stack trace is shown:
TypeError: Cannot read property 'join' of undefined
at Scope.$scope.performViaRemoteExecution (bastion_katello-ab0d454fafdbb7ae033295da1d4d179cdbc56ec14cd878ec9d20a956b554acb5.js:1074)
at fn (eval at compile (bastion-d12496961989083e7b4a77cb74358081310e5d47d26703ede5c1e639785e7d44.js:14433), <anonymous>:4:297)
at expensiveCheckFn (bastion-d12496961989083e7b4a77cb74358081310e5d47d26703ede5c1e639785e7d44.js:15486)
at callback (bastion-d12496961989083e7b4a77cb74358081310e5d47d26703ede5c1e639785e7d44.js:25019)
at Scope.$eval (bastion-d12496961989083e7b4a77cb74358081310e5d47d26703ede5c1e639785e7d44.js:17230)
at Scope.$apply (bastion-d12496961989083e7b4a77cb74358081310e5d47d26703ede5c1e639785e7d44.js:17330)
at HTMLAnchorElement.<anonymous> (bastion-d12496961989083e7b4a77cb74358081310e5d47d26703ede5c1e639785e7d44.js:25024)
at HTMLAnchorElement.dispatch (bundle-af167ee11ec72095a00b.js:29)
at HTMLAnchorElement.g.handle (bundle-af167ee11ec72095a00b.js:29)