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
bce10a61
Commit
bce10a61
authored
Apr 24, 2019
by
Piotr Gawron
Browse files
Merge branch '797-tou-update' into 'devel_12.2.x'
before updating ToU fetch users from server See merge request
!754
parents
a159c087
1026acdd
Pipeline
#9936
passed with stage
in 10 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
bce10a61
...
...
@@ -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 @
bce10a61
...
...
@@ -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