Skip to content
Snippets Groups Projects
Commit db697f9d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '461-problem-with-loading-old-maps' into 'devel_12.0.x'

Resolve "problem with loading old maps"

See merge request !354
parents dd74eff5 701eb78b
No related branches found
No related tags found
2 merge requests!35712.0.1 into master,!354Resolve "problem with loading old maps"
Pipeline #
minerva (12.0.1) stable; urgency=medium
* Bug fix: setting default zoom level on submap
* Bug fix: opened submap had different background then current selection
* Bug fix: clicking on comments was difficult in OpenLayers
* Bug fix: general map comment didn't display coordinates properly
* Bug fix: opening could crash when CellDesigner file contained duplicate
reaction id
-- Piotr Gawron <piotr.gawron@uni.lu> Wed, 21 Jul 2018 18:00:00 +0200
minerva (12.0.0) stable; urgency=medium
* Feature: There is alternative OpenLayers map engine available
* Feature: database connection configuration (login, password, host, etc)
......
-- issue #461 - duplicates in reaction ids resolved
update reaction_table r set idreaction=concat(r.idreaction,'_',r.iddb) from (select idreaction, model_iddb from reaction_table group by idreaction, model_iddb having count(*)>1) t where r.idreaction=t.idreaction and r.model_iddb=t.model_iddb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment