Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] Rendering Names in Breadcrumbs

Subject: COmanage Developers List

List archive

Re: [comanage-dev] Rendering Names in Breadcrumbs


Chronological Thread 
  • From: Arlen Johnson <>
  • To:
  • Subject: Re: [comanage-dev] Rendering Names in Breadcrumbs
  • Date: Sun, 27 Jul 2014 00:27:47 -0400

Awesome - I'll get that changed.
A


On 7/25/2014 4:05 PM, Benn Oshrin wrote:
I'm seeing new code like this...

$this->Html->addCrumb($co_people[0]['PrimaryName']['given'] . ' ' . $co_people[0]['PrimaryName']['family']);

The problem of course is that this doesn't handle correct name order for non-western names. Instead, you should use

$this->Html->addCrumb(generateCn($co_people[0]['PrimaryName']));

which will magically do everything for you.

Thanks,

-Benn-




Archive powered by MHonArc 2.6.16.

Top of Page