$host.childrenFolders not getting inode, instead getting identifier #29492
Labels
Gardening Day
OKR : Customer Support
Owned by Scott
QA : Not Needed
Release : 24.10.16
Upgrade Fixes
Team : Falcon
Triage
Type : Defect
Parent Issue
No response
Problem Statement
Customer has the following set
#foreach($folder in $host.childrenFolders)
and then in their $dotcontent.pull they have+conFolder:${folder.inode}...
the folder.inode is returning the idenfitier in the folders table of the db instead of the inode which is causing it to not correctly pull any folder where the inode does not match the identifier. They use this to track the number of launched sites as well as details about the sites, and post upgrade this number has gone from about 690 to 35.Steps to Reproduce
The following code in the Velocity tool will show that identifier and inode are the same instead of being different in the database.
#foreach($folder in $host.childrenFolders) Title : $folder.title Identifier: $folder.identifier iNode : $folder.inode ------------------ #end
Acceptance Criteria
Ensure that when going through $host.childrenFolders it's setting .inode to inode and .identifier to identifier
dotCMS Version
23.10
Proposed Objective
User Experience
Proposed Priority
Priority 2 - Important
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
https://dotcms.zendesk.com/agent/tickets/117242
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
The text was updated successfully, but these errors were encountered: