Hi,
any suggestions on how to achieve the following?
We have three entities with relations:
ProductCatalog
Product
Task
A product is of a Product Catalog
A task creates a product
In the task we have a multi select product. so a task can complete multiple products. To reduce the number of products listed we would like to first have to be able to select a catalog and filter the products.
Any ideas how to make such a child-select box, with standard components of the wiki?
Normally we would make a select box for the catalog and a form with two columns where you can add or remove items from left to right. The select box would populate the left column, the right is a combined list that will bes saved in the database.
Another way would be a multi select in a sort of a tree (no preferred)
Anyone any suggestions?