You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After silverstripe/silverstripe-cms#2951 is done, we'll be able to manage any arbitrary hierarchical model class in a tree structure - but each model class must have its own admin section.
There are cases, such as with silverstripe/taxonomy, where related classes should be managed in different ways.
In the case of siverstripe/taxonomy, the TaxonomyTerm class should be managed as a tree, but TaxonomyType should be managed in a gridfield. But they should be in a shared admin section.
After silverstripe/silverstripe-cms#2951 is done, we'll be able to manage any arbitrary hierarchical model class in a tree structure - but each model class must have its own admin section.
There are cases, such as with
silverstripe/taxonomy
, where related classes should be managed in different ways.In the case of
siverstripe/taxonomy
, theTaxonomyTerm
class should be managed as a tree, butTaxonomyType
should be managed in a gridfield. But they should be in a shared admin section.Related
Acceptance criteria
ModelAdmin
can declare that a given tab or tabs should be managed as a treeModelAdmin
subclasses can have different models in different tabs, some as trees and some as gridfieldsTaxonomyTerm
class is managed as a tree viewThe text was updated successfully, but these errors were encountered: