Skip to content

Commit 17d7613

Browse files
committed
#31919 include in 24.12.27 LTS
1 parent 8f33714 commit 17d7613

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

core-web/libs/portlets/edit-ema/portlet/src/lib/dot-ema-shell/components/edit-ema-navigation-bar/edit-ema-navigation-bar.component.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,18 @@
2020

2121
<a
2222
[routerLink]="item.isDisabled ? null : item.href"
23+
[queryParams]="$params()"
2324
[ngClass]="{ 'edit-ema-nav-bar__item--disabled': item.isDisabled }"
2425
[pTooltip]="item.tooltip | dm"
2526
class="edit-ema-nav-bar__item"
2627
data-testId="nav-bar-item"
2728
routerLinkActive="edit-ema-nav-bar__item--active"
29+
[routerLinkActiveOptions]="{
30+
queryParams: 'ignored',
31+
matrixParams: 'ignored',
32+
paths: 'exact',
33+
fragment: 'ignored'
34+
}"
2835
queryParamsHandling="merge"
2936
tooltipPosition="left"
3037
rel="noopener">

core-web/libs/portlets/edit-ema/portlet/src/lib/dot-ema-shell/components/edit-ema-navigation-bar/edit-ema-navigation-bar.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export class EditEmaNavigationBarComponent {
4545

4646
$editorProps = this.uveStore.$editorProps;
4747

48+
$params = this.uveStore.pageParams;
49+
4850
/**
4951
* Handle the click event on the item
5052
*

dotCMS/hotfix_tracking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ This maintenance release includes the following code fixes:
4040
34. https://github.com/dotCMS/core/pull/32057
4141
35. https://github.com/dotCMS/core/issues/31933 : The "Select All Content" option is intermittently not appearing for some users across different devices and browsers #31933
4242
36. https://github.com/dotCMS/core/issues/31994 : SAML: skip RequestedAuthenticationContext #31994
43+
37. https://github.com/dotCMS/core/issues/31919 : UVE: Incorrect Language Layout Loaded When Editing Multilingual Pages #31919

0 commit comments

Comments
 (0)