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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Item value in breadcrumb problem

Tom vd Duin2 days ago

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 2 days ago
0 comments
49 views