You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When some block is used inside another block we get that usage, but it's null in pageURLs.
The reason: ContentUsageService resolves only the direct usage when resolving page URLs.
Example:
There should be two URLs.
Possible solution:
We should loop through all resolved references until we get a reference to a page.
The text was updated successfully, but these errors were encountered:
When some block is used inside another block we get that usage, but it's null in pageURLs.
The reason: ContentUsageService resolves only the direct usage when resolving page URLs.
Example:
There should be two URLs.
Possible solution:
We should loop through all resolved references until we get a reference to a page.
The text was updated successfully, but these errors were encountered: