modxbot / migrate

A testground for migrating issues and other such fun
0 stars 0 forks source link

Modified getTree() to support options (like context) as getChildIds()/getParentIds() #10275

Closed exside closed 10 years ago

exside commented 10 years ago

exside created Redmine issue ID 10275

This is just for convenience that we don't have to set a context via $modx->switchContext('contextname') before using $modx->getTree()

PR here: https://github.com/modxcms/revolution/pull/678

exside commented 10 years ago

exside submitted:

Cleaned up my PRs...the correct one is now here: https://github.com/modxcms/revolution/pull/679

exside commented 10 years ago

exside submitted:

And double proofed as necessary by Romain: https://github.com/modxcms/revolution/pull/683