CreateAction in RelationManager's headerActions go to the resource create page instead of modal
Is there a way to make CreateAction in RelationManager's headerActions go to the resource create page instead of opening modal ?
if we have access to getResource()::getUrl() it would be easy to call CreateAction::make()->url() and pass the resource url like in resources : static::getResource()::getUrl('create')
if we have access to getResource()::getUrl() it would be easy to call CreateAction::make()->url() and pass the resource url like in resources : static::getResource()::getUrl('create')