@arsedizioni/ars-utils 21.0.23 → 21.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1427,6 +1427,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
|
|
|
1427
1427
|
* @param mode : the mode
|
|
1428
1428
|
*/
|
|
1429
1429
|
openReferences(documentId, mode = ClipperQueryReferencesMode.ReferencesIn, model = null, anchor = null, anchorTitle = null, update = true) {
|
|
1430
|
+
console.log(this.dialogData.canHandleTooManyResults);
|
|
1430
1431
|
let d = this.dialogService.open(ClipperReferencesComponent, {
|
|
1431
1432
|
ariaLabel: 'riferimenti legati al documento',
|
|
1432
1433
|
autoFocus: false,
|
|
@@ -2551,6 +2552,7 @@ class ClipperReferencesComponent extends ClipperSearchResultManager {
|
|
|
2551
2552
|
if (this.dialogData.anchorTitle) {
|
|
2552
2553
|
this.title += " - " + this.dialogData.anchorTitle;
|
|
2553
2554
|
}
|
|
2555
|
+
console.log(this.dialogData.canHandleTooManyResults);
|
|
2554
2556
|
// Use service snapshot
|
|
2555
2557
|
this.snapshot = this.clipperService.referencesSnapshot() ?? { searchParams: new ClipperSearchParams(), interval: "-1" };
|
|
2556
2558
|
if (this.filterParams.mode !== this.dialogData.mode ||
|