mergePushableNodeData

Snog

Well-known member
I hope I can explain this clearly enough that someone will understand what I'm trying to get at. :)

When mergePushableNodeData runs it merges the forum and category data. But there is what I consider a glitch in the process.

It goes something like this..
All of the data is obtained first....
Unmerged Forum Data
Unmerged Pushable Data

Unmerged Category
Unmerged Pushable Data (pulled prior to forum merge)

Then the data is merged...
Unmerged Forum Data=>Unmerged Pushable Data
Unmerged Category=>Unmerged Pushable Data (pulled prior to forum merge)

What I would like to do is have the category get it's pushable data after the forum is merged so the merged data in the forum data is available to the category merge.

Any ideas?
 
I may be missing something here, because the info that should be merged into the category does exist in the forum prior to the merge.

I'll have to look closer at the problem.
 
Got it.

The full array isn't merged. It's selectively merged in _compileForumLikePushableData.
 
Top Bottom