Cambiadas rutas de maquinas, papel generico, papel impresion, perfil y paises

This commit is contained in:
unknown
2025-04-08 14:45:14 +02:00
parent ae9af197ac
commit c0de7ec238
14 changed files with 186 additions and 169 deletions

View File

@ -88,7 +88,7 @@ class Routing extends BaseRouting
*
* If FALSE, will stop searching and do NO automatic routing.
*/
public bool $autoRoute = false;
public bool $autoRoute = false;
/**
* If TRUE, will enable the use of the 'prioritize' option
@ -96,7 +96,7 @@ class Routing extends BaseRouting
*
* Default: false
*/
public bool $prioritize = false;
public bool $prioritize = true;
/**
* Map of URI segments and namespaces. For Auto Routing (Improved).