-
Notifications
You must be signed in to change notification settings - Fork 467
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
Fix: first Step #30613
base: main
Are you sure you want to change the base?
Fix: first Step #30613
Conversation
…t the second Block Editor level is always just the Identifier
if (null != httpRequest && null == httpRequest.getAttribute(WebKeys.HTMLPAGE_DEPTH)) { | ||
httpRequest.setAttribute(WebKeys.HTMLPAGE_DEPTH, MAX_RELATIONSHIP_DEPTH.get()); | ||
|
||
final int beginningDepthValue = getBeginningDepthValue(); |
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.
rename to "initialDepthValue"
return depthValue; | ||
} | ||
|
||
public int getBeginningDepthValue(){ |
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.
rename to getInitialDepthValue()
…en-combined-with-relationship-field
…-with-relationship-field' of https://github.com/dotCMS/core into issue-30609-Storyblock-infinite-recursion-when-combined-with-relationship-field
…en-combined-with-relationship-field
…-with-relationship-field' of https://github.com/dotCMS/core into issue-30609-Storyblock-infinite-recursion-when-combined-with-relationship-field
…en-combined-with-relationship-field
Quality Gate passedIssues Measures |
…-with-relationship-field' of https://github.com/dotCMS/core into issue-30609-Storyblock-infinite-recursion-when-combined-with-relationship-field
Proposed Changes
https://github.com/dotCMS/core/pull/30613/files#diff-a44ca86884cbc5b4cbfefc706c1ba39891814a72c266937f621ef70f231abb34L89
https://github.com/dotCMS/core/pull/30613/files#diff-a44ca86884cbc5b4cbfefc706c1ba39891814a72c266937f621ef70f231abb34R359-R365
https://github.com/dotCMS/core/pull/30613/files#diff-8120c6eddd966c9d6be3ee4dbc5af4a94bea9946b0627eb49991dde286610e49R791-R802
https://github.com/dotCMS/core/pull/30613/files#diff-95c4fca870c194a8a966d4063a39779340be2a09ccefce38ab560be274076b2fR599
https://github.com/dotCMS/core/pull/30613/files#diff-95c4fca870c194a8a966d4063a39779340be2a09ccefce38ab560be274076b2fR1303