- Drag&Drop a connection where source or target system is an Abyss system, should switch connection type to "abyss"

- fixed js bug in "route finder" module
- fixed UI z-Index glitch where systems "overlap" context menu
This commit is contained in:
Mark Friedrich
2018-06-04 21:37:40 +02:00
parent d59fe133e2
commit e30f8a754c
9 changed files with 62 additions and 27 deletions

View File

@@ -899,7 +899,7 @@ class Map extends Controller\AccessController {
/**
*
* add new map connection based on current $character location
* @param Model\CharacterModel $character
* @param Model\MapModel $map
* @return Model\MapModel
@@ -949,7 +949,7 @@ class Map extends Controller\AccessController {
$targetSystem = $map->getSystemByCCPId( $targetSystemId, ['active' => 1]);
}
// if systems don´t already exists on map -> get "blank" systems
// if systems don´t already exists on map -> get "blank" system
// -> required for system type check (e.g. wormhole, k-space)
if(
!$sourceSystem &&