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
fc873fef
Commit
fc873fef
authored
Jul 01, 2020
by
Piotr Gawron
Browse files
missing relation types
parent
a90b2151
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
fc873fef
...
...
@@ -14,6 +14,8 @@ minerva (15.0.2) stable; urgency=medium
*
Bug
fix
:
text
area
were
not
converted
to
GPML
using
conversion
API
(#
1306
)
*
Bug
fix
:
name
provided
by
user
in
comment
dialog
was
not
visible
in
admin
panel
(#
1245
)
*
Bug
fix
:
bqmodel
:
isInstanceOf
and
bqmodel
:
hasInstance
relation
types
were
not
handled
properly
(#
1281
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Mon
,
29
Jun
2020
11
:
00
:
00
+
0200
...
...
model/src/main/java/lcsb/mapviewer/model/map/MiriamRelationType.java
View file @
fc873fef
...
...
@@ -79,6 +79,10 @@ public enum MiriamRelationType {
BQ_BIOL_OCCURS_IN
(
"bqbiol:occursIn"
),
BQ_MODEL_IS_DERIVED_FROM
(
"bqmodel:isDerivedFrom"
),
BQ_MODEL_IS_INSTANCE_OF
(
"bqmodel:isInstanceOf"
),
BQ_MODEL_HAS_INSTANCE
(
"bqmodel:hasInstance"
),
;
/**
...
...
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