[MAGNOLIA-5376] Auto-generation is performed every time an area is rendered Created: 10/Oct/13  Updated: 19/May/22  Resolved: 19/May/22

Status: Closed
Project: Magnolia
Component/s: rendering
Affects Version/s: 5.1
Fix Version/s: None

Type: Bug Priority: Neutral
Reporter: Tobias Mattsson Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
relation
is related to MAGNOLIA-4482 Adding additional autogenerated areas... Closed
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 Description   

Opening this ticket because i'm not sure this is by design. Although it can be useful as is.

this.areaNode = getPassedContent();
        if (this.areaNode != null) {
            this.areaPath = getNodePath(areaNode);
        }
        else {
            // will be null if no area has been created (for instance for optional areas)
            // current content is the parent node
            Node parentNode = currentContent();
            this.areaNode = tryToCreateAreaNode(parentNode);
            this.areaPath = getNodePath(parentNode) + "/" + name;
        }

getPassedContent() only returns non-null when [@area content=… /]



 Comments   
Comment by Tobias Mattsson [ 10/Oct/13 ]

Linking to MAGNOLIA-4482 because these two issues clearly contradict each other.

Comment by Roman Kovařík [ 19/May/22 ]

Hello,

This ticket is now marked as closed due to one of the following reasons:

  • A long period of inactivity
  • Uses an old or Beta version of an application, module, or framework that we no longer support
  • The issue is no longer reproducible or has been fixed in later versions

If you are still facing a problem or consider this issue still relevant, please feel free to re-open the ticket and we will reach out to you.

Thank you,
The Magnolia Team

Generated at Mon Feb 12 04:04:34 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.