diff --git a/modules/backend/behaviors/RelationController.php b/modules/backend/behaviors/RelationController.php index 34aca6050..1301fd734 100644 --- a/modules/backend/behaviors/RelationController.php +++ b/modules/backend/behaviors/RelationController.php @@ -1500,11 +1500,13 @@ class RelationController extends ControllerBehavior case 'morphedByMany': case 'belongsToMany': $buttons = ['create', 'add', 'delete', 'remove']; + break; case 'hasOne': case 'morphOne': case 'belongsTo': $buttons = ['create', 'update', 'link', 'delete', 'unlink']; + break; } } }