Hi there,
I have a model that has a hasMany on it (a story has many narratives) Each of those narratives has 2 more hasMany (actions and criterias). Currently the default action of a has many in the CMS when you click on the record is to open it in a po pup. As the information on my narrative is quite large I would rather that open in a new window ( not popup). That way the 2 hasMany on the narratives open in a popup, ( so im not getting a pop up in a pop up). Is this possible?
Thanks