This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge release 22.06 to master (#1999)
* dotCMS/core#22017 Delete by range in case of select more than 1 node (#1988) * CI: bumps version to 22.6.0-rc.8 [skip ci] * dotCMS/core#22198 We are changing the relationship selection once that you create the field * CI: bumps version to 22.6.0-rc.9 [skip ci] * dotCMS/core#22039 Fix the back button when empty results in the suggestion search * dotCMS/core#21818 Reload contentlet on edit using #editContentlet macro (#1989) * delay in call * delay in call * reduce timeout * CI: bumps version to 22.6.0-rc.10 [skip ci] * Issue 21797 fix force menu to load and hide add to menu for host in content type (#1995) * dotCMS/core#21797 fix force-menu-to-load-and-hide-add-to-menu-for-host-content-type * Support other error msg handling from backend * dotCMS/core#21797 fix when creating a new toolgroup in add-to-menu we need to concatenate the viewMode to make it unique * Feedback * CI: bumps version to 22.6.0-rc.11 [skip ci] * dotCMS/core#21915 fix-layout-broken-when-changed-CT-name (#1998) * CI: bumps version to 22.6.0-rc.12 [skip ci] * dotCMS/core#22204 We are not notifying the UI about the bad request error changing password Co-authored-by: Arcadio Quintero A <[email protected]> Co-authored-by: victoralfaro-dotcms <[email protected]> Co-authored-by: Humberto Morera <[email protected]> Co-authored-by: alfredo-dotcms <[email protected]>
- Loading branch information
1 parent
b5d8ca9
commit 8f65568
Showing
21 changed files
with
345 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
...t-relationships-property/dot-cardinality-selector/dot-cardinality-selector.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
<p-dropdown | ||
(onChange)="tiggerChanged($event.value)" | ||
[(ngModel)]="cardinality" | ||
(onChange)="switch.emit($event.value)" | ||
data-testId="dropdown" | ||
[ngModel]="value" | ||
[disabled]="disabled" | ||
[options]="options" | ||
optionValue="id" | ||
[options]="options | async" | ||
[style]="{ width: '100%' }" | ||
appendTo="body" | ||
optionLabel="label" | ||
> | ||
</p-dropdown> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.