Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Item value in breadcrumb problem

Tom vd DuinFeb 20 2025

Hi all,

I'm on APEX 24.2.1 and an using a theme based on Redwood Light. I have an hiarchical breadcrumb:

the subscriptions option goes to a report, and the subscription suboption, is for a single subscription. The breadcrumb shows as following, when I am on the page for a single subscription:

I would like to have the subscription id in the breadcrumb, after the word ‘Subscription’. So I eddited the breadcrumb region, set the title to: “Subscription &P10_ID.”. After that, i've set the ‘Region title’ option in the template options, to ‘Use region title’.

Now I see the breadcrumb as following, it álso shows the name of the current breadcrumb item:

The markup is as follows:

<div class="t-BreadcrumbRegion-body"> 
  <div class="t-BreadcrumbRegion-breadcrumb"> 
    <ul class="t-Breadcrumb lto403539142561329899_1"> 
      <li class="t-Breadcrumb-item"> 
        <a href="/ords_ontw/r/zenoontw/subscription/subscriptions?session=12310315485052" class="t-Breadcrumb-label">Subscriptions</a> 
      </li> 
      <li class="t-Breadcrumb-item is-active" aria-current="page"> 
        <h1 class="t-Breadcrumb-label">Subscription</h1> 
      </li> 
    </ul> 
  </div> 
  <div class="t-BreadcrumbRegion-title"> 
    <h1 id="R403539142561329899_heading" class="t-BreadcrumbRegion-titleText" data-apex-heading="">Subscription 11119</h1> 
  </div> 
</div>

Is this a bug, or a feature?

I got it to work, I've set the Region title option in the template options back to ‘Use breadcrfumb entry’ and in the breadcrumb, changed the name to: “Subscription &P10_ID.”. Am I seeing something wrong?

Regards,

Tom

Comments
Post Details
Added on Feb 20 2025
0 comments
316 views