mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
Use new cached treeview nodes for twig inline generator (admin pages)
This commit is contained in:
parent
ad69c32832
commit
d9b15ddbb9
20 changed files with 277 additions and 214 deletions
|
@ -19,11 +19,12 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
namespace App\Helpers;
|
||||
namespace App\Helpers\Trees;
|
||||
|
||||
use App\Entity\Base\DBElement;
|
||||
use App\Entity\Base\NamedDBElement;
|
||||
use App\Entity\Base\StructuralDBElement;
|
||||
use App\Helpers\Trees\TreeViewNodeState;
|
||||
|
||||
/**
|
||||
* This class represents a node for the bootstrap treeview node.
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
namespace App\Helpers\Trees;
|
||||
|
||||
use App\Helpers\TreeViewNode;
|
||||
use App\Helpers\Trees\TreeViewNode;
|
||||
|
||||
class TreeViewNodeIterator extends \ArrayIterator implements \RecursiveIterator
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
namespace App\Helpers;
|
||||
namespace App\Helpers\Trees;
|
||||
|
||||
class TreeViewNodeState
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue