mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Merge pull request #2086 from Haokun-Chen/2033
Reset and clear export dropdown selection after user takes action for Network UI
This commit is contained in:
@@ -85,6 +85,7 @@ function NetworkingController (models, $state, $scope, strings) {
|
|||||||
//Handlers for actions drop down
|
//Handlers for actions drop down
|
||||||
$('#networking-actionsDropdown').on('select2:select', (e) => {
|
$('#networking-actionsDropdown').on('select2:select', (e) => {
|
||||||
$scope.$broadcast('awxNet-toolbarButtonEvent', e.params.data.title);
|
$scope.$broadcast('awxNet-toolbarButtonEvent', e.params.data.title);
|
||||||
|
$("#networking-actionsDropdown").val(null).trigger('change');
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#networking-actionsDropdown').on('select2:open', () => {
|
$('#networking-actionsDropdown').on('select2:open', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user