Create new Manager

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
AmzoooJibal
Posts: 35
Joined: 12 Mar 2021, 20:09

Create new Manager

Post by AmzoooJibal » 17 Apr 2021, 17:05

Hello,
i have created a new table with new manager That use a text domaine, for that i have created the List relation between the 2 domaines.
My question is what is the role of List->type ? and in item-text-standard.php templates why the List type(Second level type for grouping items) is always showen ? how i can delete this type and where this field coming ? Is the List Type required for each List ?
Thanks for your help

User avatar
AmzoooJibal
Posts: 35
Joined: 12 Mar 2021, 20:09

Re: Create new Manager

Post by AmzoooJibal » 18 Apr 2021, 11:40

Ok Got It.

If your new domain had a List of traduction so you can create a table mydomain_list like exisiting table in aimeos domaine_list, and if your list have a type then you can create another table mydomain_list_type that have a reference to mydomain_list by type.
if you dont want the table mydomain_list_type just remove the type from the parent mydomain_list and remove this table from your domain then adapt your manager.

Post Reply