Skip to content
Snippets Groups Projects
Commit 011e5ab9 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '376-removing-user' into 'master'

Resolve "removing user"

Closes #376

See merge request piotr.gawron/minerva!282
parents bef7970e 7822a2e2
No related branches found
No related tags found
1 merge request!282Resolve "removing user"
Pipeline #
......@@ -127,7 +127,7 @@ UsersAdminPanel.prototype._createUsersTableRow = function () {
var button = this;
return self.askConfirmRemoval({
title: "INFO",
content: "Do you really want to remove this user?",
content: "Do you really want to remove '" + $(button).attr("data") + "'user?",
input: false
}).then(function (param) {
if (param.status) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment