Fixes the Queue Details page Delete Queue link. Before it did nothing,
now it prompts the user to confirm deletion followed by deleting the
queue (when confirmed).
To test, go to Cataloging => MARC Batch Import/Export => Inspect Queue
=> Double-click a queue => Click Delete Queue (under Queue Actions) and
confirm that the confirmation dialog appears and deletion works.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Christine Morgan <cmorgan@noblenet.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
</a>
</div>
<div class="flex-1">
- <a [routerLink]="" (click)="deleteQueue()" i18n>Delete Queue</a>
+ <a href="javascript:;" (click)="deleteQueue()" i18n>Delete Queue</a>
</div>
</div>
</li>