-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMSKit - MenuItem & Page relation enhancements #18782
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #18782 +/- ##
==========================================
+ Coverage 51.59% 51.63% +0.04%
==========================================
Files 3082 3084 +2
Lines 97721 97837 +116
Branches 7800 7807 +7
==========================================
+ Hits 50416 50523 +107
- Misses 45755 45761 +6
- Partials 1550 1553 +3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll check after the changes: https://github.com/volosoft/volo/pull/16457#issuecomment-1903945541
I'm waiting for @realLiangshiwei 's review to merge this PR. |
@@ -76,4 +76,10 @@ public virtual Task<List<Page>> GetListOfHomePagesAsync(CancellationToken cancel | |||
{ | |||
return GetListAsync(x => x.IsHomePage, cancellationToken: GetCancellationToken(cancellationToken)); | |||
} | |||
|
|||
public async Task<string> FindTitleAsync(Guid pageId, CancellationToken cancellationToken = default) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task<string?>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved by 2184b53
Description
Part of https://github.com/volosoft/vs-internal/issues/3588
With this PR, MenuItem and Page have a better relationship.
Required fields:
When a page is selected:
Checklist
How to test it?
Please describe how this can be tested by the test engineers if it is not already explicit - or remove this section if no need to description.