Skip to content

Commit 04cf16b

Browse files
authored
Merge pull request #21154 from abpframework/EngincanV-patch-2
Update abp-9-0.md
2 parents bc9668d + 0bf45df commit 04cf16b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/en/release-info/migration-guides/abp-9-0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ public class BookWithNavigationPropertiesDto
8484

8585
public AuthorDto Author { get; set; }
8686

87-
public AuthorDto Author1 { get; set; }
87+
//used the specified property name
88+
public AuthorDto CoAuthor { get; set; }
8889
}
8990
```
9091

@@ -96,4 +97,4 @@ In this version, we revised the **CMS Kit's Feedback Feature** and as a result,
9697
* `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)
9798
* `FeedbackUserId` property has been added to the `PageFeedback` entity, and that means you should create a new migration and apply it to your database.
9899
* `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)
99-
* `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)
100+
* `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 commit comments

Comments
 (0)