Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
ce1a334e
Commit
ce1a334e
authored
Nov 14, 2019
by
Piotr Gawron
Browse files
no possibility to change submap name
parent
808c1513
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
ce1a334e
minerva
(
15.0.0
~
alpha
.1
)
stable
;
urgency
=
medium
*
Feature
removal
:
when
uploading
complex
map
with
submap
there
is
no
possibility
to
change
submap
name
(#
947
)
*
Improvement
:
support
for
rendering
colors
in
SBGNML
added
(#
1009
)
*
Small
improvement
:
sort
order
of
tables
in
admin
panel
is
preserved
among
sessions
(#
836
)
...
...
frontend-js/src/main/js/gui/admin/AddProjectDialog.js
View file @
ce1a334e
...
...
@@ -683,7 +683,7 @@ AddProjectDialog.prototype.createSubmapsTabContent = function () {
row
[
0
]
=
entry
.
getFilename
();
row
[
1
]
=
"
<input data='
"
+
entry
.
getFilename
()
+
"
' name='submapName' value='
"
+
entry
.
getData
().
name
+
"
'/>
"
;
row
[
1
]
=
"
<input data='
"
+
entry
.
getFilename
()
+
"
' name='submapName' value='
"
+
entry
.
getData
().
name
+
"
'
readonly disabled
/>
"
;
row
[
2
]
=
typeSelect
;
data
.
push
(
row
);
}
...
...
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