Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
1026acdd
Commit
1026acdd
authored
Apr 24, 2019
by
Piotr Gawron
Browse files
before updating ToU fetch users from server
parent
4b3341d0
Pipeline
#9935
passed with stage
in 10 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
1026acdd
...
...
@@ -5,6 +5,8 @@ minerva (12.2.3) stable; urgency=medium
*
Bug
fix
:
remove
button
is
disabled
after
starting
removing
of
the
data
overlay
(#
791
)
*
Bug
fix
:
search
autocomplete
hint
could
be
initially
hidden
(#
793
)
*
Bug
fix
:
updating
terms
of
use
could
crash
when
list
of
users
was
removed
in
separate
tab
or
by
another
user
(#
797
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Wed
,
24
Apr
2019
17
:
00
:
00
+
0200
...
...
frontend-js/src/main/js/ServerConnector.js
View file @
1026acdd
...
...
@@ -1340,7 +1340,7 @@ ServerConnector.updateUser = function (user) {
*/
ServerConnector
.
resetUserTos
=
function
()
{
var
self
=
this
;
return
self
.
getUsers
().
then
(
function
(
users
)
{
return
self
.
getUsers
(
true
).
then
(
function
(
users
)
{
var
promises
=
[];
for
(
var
i
=
0
;
i
<
users
.
length
;
i
++
)
{
var
user
=
users
[
i
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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