I use a polymorphic relationship in my SilverStripe project. Now I want to add in the CMS a button to add a new polymorphic object.
It would be fine, if it will be a step by step progress. First step get a dropdown with all Object with a link to the main object.
Step two create the object of step one.