Skip to content

Commit

Permalink
[Grid] [Asset] Update Configuration shared User and role can be empty. (
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored Jan 24, 2025
1 parent 758f67d commit 18dea28
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ public function __construct(
#[NotBlank]
private string $description,
#[NotBlank]
private array $sharedUsers,
#[NotBlank]
private array $sharedRoles,
#[NotBlank]
private array $columns,
private array $sharedUsers = [],
private array $sharedRoles = [],
private ?Filter $filter = null,
private bool $saveFilter = false,
private bool $shareGlobal = false,
Expand Down

0 comments on commit 18dea28

Please sign in to comment.