Skip to content

Commit

Permalink
Merge pull request #21155 from abpframework/auto-merge/rel-9-0/3116
Browse files Browse the repository at this point in the history
Merge branch dev with rel-9.0
  • Loading branch information
maliming authored Oct 23, 2024
2 parents 57be537 + 04cf16b commit 460569d
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 460569d

Please sign in to comment.