Skip to content

Commit

Permalink
Update abp-9-0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EngincanV authored Oct 23, 2024
1 parent bc9668d commit 0bf45df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/en/release-info/migration-guides/abp-9-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ public class BookWithNavigationPropertiesDto

public AuthorDto Author { get; set; }

public AuthorDto Author1 { get; set; }
//used the specified property name
public AuthorDto CoAuthor { get; set; }
}
```

Expand All @@ -96,4 +97,4 @@ In this version, we revised the **CMS Kit's Feedback Feature** and as a result,
* `Default.cshtml` and `Default.js` files (under the **Pages/Public/Shared/Components/PageFeedbacks/** directory) have been updated. (no need for a change in your code, if you did not override the files)
* `FeedbackUserId` property has been added to the `PageFeedback` entity, and that means you should create a new migration and apply it to your database.
* `PageFeedbackManager.CreateAsync` method now expecting an additional parameter: ***Guid feedbackUserId***. (no need for a change in your code, if you did not override or use this file)
* `PageFeedbackPublicAppService` has been updated due to saving the feedback user id. (no need for a change in your code, if you did not override or use this file)
* `PageFeedbackPublicAppService` has been updated due to saving the feedback user id. (no need for a change in your code, if you did not override or use this file)

0 comments on commit 0bf45df

Please sign in to comment.