Problem/Motivation
Currently you need a hook to specify labels for each level of depth.
Proposed resolution
Make this configurable.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2950251-2.patch | 5.99 KB | sam152 |
Comments
Comment #2
sam152 commentedHere is an initial patch for review.
Comment #3
acbramley commentedEmbarrassingly, I hadn't even seen this operator used before.
One quick google later...
In the essence of PHP compatibility and given that we only have 2 options should we just use a ternary instead?
Also would this not produce a notice if there were less labels than hierarchy configured?
Nit: Depth labels
Comment #5
hugronaphor commented@acbramley was right + there was an issue with the ajax form which I've addressed already.
Thanks
Comment #6
hugronaphor commented