Expand my Community achievements bar.

SOLVED

Change the tab title from inherited component

Avatar

Level 2

Hi all,

How do you change the title of a tab that gets inherited from an other component?

For example: ComponentB has a resourceSuperType ComponentA. when you get the edit dialog for ComponentB it shows the title "ComponentA". Is there any way to change this?

Adding a tabs config to the component didn't work.

Regards

M.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Mario,

I dont think you can override that as you will be referring to the existing component. If you need any change, then you will have to overide that component or just copy / paste into componentB and change the properties you would like to

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi Mario,

I dont think you can override that as you will be referring to the existing component. If you need any change, then you will have to overide that component or just copy / paste into componentB and change the properties you would like to