Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
37a72992
Commit
37a72992
authored
Aug 29, 2019
by
Piotr Gawron
Browse files
open edit user window reseted page to 1st
parent
926656e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/js/gui/admin/UsersAdminPanel.js
View file @
37a72992
...
...
@@ -306,7 +306,7 @@ UsersAdminPanel.prototype.addUpdateListener = function (user, dataTableRow) {
if
(
row
.
length
>
0
)
{
var
page
=
dataTable
.
page
();
row
.
data
(
dataTableRow
).
draw
();
dataTable
.
page
(
page
);
dataTable
.
page
(
page
)
.
draw
(
false
)
;
}
};
listener
.
listenerName
=
listenerName
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment