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
76966e4d
Commit
76966e4d
authored
Apr 24, 2019
by
Piotr Gawron
Browse files
Merge branch '791-double-click-on-remove' into 'devel_12.2.x'
disable button after removing data overlay See merge request
!752
parents
31378deb
d79e8db1
Pipeline
#9930
passed with stage
in 12 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
76966e4d
...
...
@@ -2,6 +2,8 @@ minerva (12.2.3) stable; urgency=medium
*
Bug
fix
:
sorting
of
entries
in
"Edit project->overlays"
dialog
fixed
(#
790
)
*
Bug
fix
:
searching
of
chemicals
stopped
working
due
to
expired
SSL
certificate
on
https
://
ctdbase
.
org
/
*
Bug
fix
:
remove
button
is
disabled
after
starting
removing
of
the
data
overlay
(#
791
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Wed
,
24
Apr
2019
17
:
00
:
00
+
0200
...
...
frontend-js/src/main/js/gui/admin/EditProjectDialog.js
View file @
76966e4d
...
...
@@ -435,6 +435,7 @@ EditProjectDialog.prototype._createOverlayTable = function () {
$
(
overlaysTable
).
on
(
"
click
"
,
"
[name='removeOverlay']
"
,
function
()
{
var
button
=
this
;
$
(
button
).
attr
(
"
disabled
"
,
true
);
return
self
.
removeOverlay
(
parseInt
(
$
(
button
).
attr
(
"
data
"
))).
then
(
null
,
GuiConnector
.
alert
);
});
...
...
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