Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliy-chefonov committed Oct 15, 2024
2 parents 421b02e + 0d9105f commit bc77be2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
[*] Replaced MudAlert with Snackbar control on edit entity page.

0.4.0-alpha [2024-10-10]
[+] Added support for the admin panel layout overriding.
[+] Added support for the admin panel layout overriding.

0.4.1-alpha [2024-10-15]
[+] Fix properties can't be hidden using configuration.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0-alpha
0.4.1-alpha
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ public override async Task LoadAsync(CancellationToken cancellationToken)
IsCalculatedProperty: false,
IsValueGeneratedOnAdd: false,
IsValueGeneratedOnUpdate: false,
IsHiddenFromListView: false,
IsHidden: false,
IsHiddenFromDetails: false
})
.ToList()
};
Expand Down

0 comments on commit bc77be2

Please sign in to comment.