diff --git a/docs/en/Tutorials/Part-5.md b/docs/en/Tutorials/Part-5.md index 213dd8821b..7ad9aed970 100644 --- a/docs/en/Tutorials/Part-5.md +++ b/docs/en/Tutorials/Part-5.md @@ -516,7 +516,7 @@ Wrap the *New Book* button by an `if` block as shown below: #### Hide the Edit/Delete Actions -`EntityAction` component defines `RequiredPolicy` attribute (parameter) to conditionally show the action based on the user permissions. +`EntityAction` component defines `Visible` attribute (parameter) to conditionally show the action. Update the `EntityActions` section as shown below: @@ -524,11 +524,11 @@ Update the `EntityActions` section as shown below: diff --git a/docs/en/Tutorials/images/blazor-edit-book-action-2.png b/docs/en/Tutorials/images/blazor-edit-book-action-2.png index 70856ab325..c3e2b1e0e1 100644 Binary files a/docs/en/Tutorials/images/blazor-edit-book-action-2.png and b/docs/en/Tutorials/images/blazor-edit-book-action-2.png differ diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/appsettings.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/appsettings.json index 7bd454bab3..af9470930b 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/appsettings.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=MyProjectName;Trusted_Connection=True" + "Default": "Server=localhost,1433;Database=MyProjectName;User=Sa;Password=Berkan8946.;" }, "IdentityServer": { "Clients": {