- new "bubble"-tag for "connection endpoints", closed #301

- new filter option for "bubbled" connections added to "route search" dialog, closed #301
This commit is contained in:
Mark Friedrich
2019-04-27 23:38:52 +02:00
parent f68aebc3de
commit b5a3012ffd
39 changed files with 2337 additions and 1781 deletions

View File

@@ -789,7 +789,7 @@ class Map extends Controller\AccessController {
foreach($connections as $i => $connectionData){
// check if the current connection belongs to the current map
if($connection = $map->getConnectionById((int)$connectionData['id'])){
$connection->copyfrom($connectionData, ['scope', 'type']);
$connection->copyfrom($connectionData, ['scope', 'type', 'endpoints']);
if($connection->save($activeCharacter)){
$mapChanged = true;
// one connection belongs to ONE map -> speed up for multiple maps