Skip to content

Commit

Permalink
Add pointer to user permissions interface on finish of make datasets …
Browse files Browse the repository at this point in the history
…private
  • Loading branch information
dannon committed Dec 7, 2018
1 parent 9b481ba commit 4894ab9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/galaxy/scripts/mvc/user/user-preferences.js
Expand Up @@ -62,7 +62,9 @@ var Model = Backbone.Model.extend({
$.post(`${Galaxy.root}history/make_private`, { all_histories: true }, () => {
Galaxy.modal.show({
title: _l("Datasets are now private"),
body: "All of your histories and datsets have been made private.",
body: `All of your histories and datsets have been made private. If you'd like to make all *future* histories private please use the <a href="${
Galaxy.root
}user/permissions">User Permissions</a> interface.`,
buttons: {
Close: function() {
Galaxy.modal.hide();
Expand Down

0 comments on commit 4894ab9

Please sign in to comment.