- new confirmation dialog if users try to lazy update structures from Clipboard where current system != system marked for update (structure and signatures update now have the same logic)
- improved WebSocket initialisation
This commit is contained in:
@@ -54,7 +54,7 @@ class Map extends Controller\AccessController {
|
||||
// expire time in seconds
|
||||
$expireTimeCache = 60 * 60;
|
||||
|
||||
if( !$f3->exists(self::CACHE_KEY_INIT, $return )){
|
||||
if(!$f3->exists(self::CACHE_KEY_INIT, $return)){
|
||||
// response should not be cached if invalid -> e.g. missing static data
|
||||
$validInitData = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user