Child Select + 2 col form add to selection

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?

Hello,

If I understand correctly your use case, the master detail tutorial might be a good starting point.

Let me know if that’s not what your are looking for.

Hi Mleduc,

master detail is not quite what we needed.

I added this jquery to our skin, in such a way it replaces all multiple select forms. (http://loudev.com)

Now I am looking into grouping the results.