Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #10622 - Fixes javascript traceback when removing repositories #5261

Merged

Conversation

adamruzicka
Copy link
Member

No description provided.

angular.forEach(response.task.input.target_ids, function (row) {
$scope.repositoriesTable.removeRow(row);
});
$scope.successMessages.push("Initiated removal of selected repositories, see task " + response.task.id + " for details.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about linking to this task directly in the success message? We do something similar here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, this isn't translated

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be better now

@waldenraines
Copy link
Contributor

@adamruzicka: LGTM, can you please squash those commits into one and I think we'll be good to go.

@adamruzicka adamruzicka force-pushed the 10622-repository_delete_traceback branch from 76faebb to b5d92ff Compare June 2, 2015 15:34
@adamruzicka
Copy link
Member Author

@waldenraines squashed, thank you

waldenraines pushed a commit that referenced this pull request Jun 2, 2015
…ceback

Fixes #10622 - Fixes javascript traceback when removing repositories
@waldenraines waldenraines merged commit 8e786e7 into Katello:master Jun 2, 2015
@adamruzicka adamruzicka deleted the 10622-repository_delete_traceback branch June 2, 2015 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants