Cockpit: Many-to-Many relationship.

Created on 30 Nov 2018  路  3Comments  路  Source: agentejo/cockpit

Hi! How to create many-to-many relationship?

Most helpful comment

Even I want to know

All 3 comments

Even I want to know

Second this!

CollectionLink with multiple: true option:

{
    "link": "collectionname",
    "display": "fieldname",
    "multiple": true,
    "limit": false
}

_sort of_ does this. Except that it's not really a two-way relationship (i.e. linking items in one collection, won't automatically show up in the other(linked) collection.
There's a related issue here: https://github.com/agentejo/cockpit/issues/920

Was this page helpful?
0 / 5 - 0 ratings

Related issues

victormoretti picture victormoretti  路  5Comments

dragosdydy picture dragosdydy  路  3Comments

elpeyotl picture elpeyotl  路  3Comments

RoelantStegmann picture RoelantStegmann  路  4Comments

TechnicallyJoe picture TechnicallyJoe  路  6Comments