mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge pull request #2458 from atmire/backport-2423-to-dspace-7_x
[Port to dspace-7_x] Fix inherit policies at item move (Angular)
This commit is contained in:
@@ -21,7 +21,11 @@
|
||||
<div class="col-12">
|
||||
<p>
|
||||
<label for="inheritPoliciesCheckbox">
|
||||
<input type="checkbox" name="tc" [(ngModel)]="inheritPolicies" id="inheritPoliciesCheckbox">
|
||||
<ng-template #tooltipContent>
|
||||
{{ 'item.edit.move.inheritpolicies.tooltip' | translate }}
|
||||
</ng-template>
|
||||
<input type="checkbox" name="tc" [(ngModel)]="inheritPolicies" id="inheritPoliciesCheckbox" [ngbTooltip]="tooltipContent"
|
||||
>
|
||||
{{'item.edit.move.inheritpolicies.checkbox' |translate}}
|
||||
</label>
|
||||
</p>
|
||||
|
@@ -2166,6 +2166,8 @@
|
||||
|
||||
"item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection",
|
||||
|
||||
"item.edit.move.inheritpolicies.tooltip": "Warning: When enabled, the read access policy for the item and any files associated with the item will be replaced by the default read access policy of the collection. This cannot be undone.",
|
||||
|
||||
"item.edit.move.move": "Move",
|
||||
|
||||
"item.edit.move.processing": "Moving...",
|
||||
|
Reference in New Issue
Block a user