With the ability to once again mark empty libraries as destinations,
this record level option as deemed unnecessary and potentially
confusing.
It already doesn't work, so let's remove it!
Signed-off-by: Dan Wells <dbw2@calvin.edu>
</a>
</li>
<li role="menuitem">
- <a ng-click="markVolTransfer()" href="">
- [% l('Volume Transfer') %]
- <span class="target-record-aside" ng-if="current_voltransfer_target">[% l('(Currently [_1])', '{{current_voltransfer_target}}') %]</span>
- </a>
- </li>
- <li role="menuitem">
<a ng-click="clearRecordMarks()" href="">[% l('Reset Record Marks') %]</a>
</li>
</ul>
ngToast.create(egCore.strings.MARK_CONJ_TARGET);
};
- $scope.markVolTransfer = function () {
- ngToast.create(egCore.strings.MARK_VOL_TARGET);
- $scope.current_voltransfer_target = $scope.record_id;
- egCore.hatch.setLocalItem('eg.cat.marked_volume_transfer_record',$scope.record_id);
- egCore.hatch.removeLocalItem('eg.cat.volume_transfer_target');
- };
-
$scope.markOverlay = function () {
$scope.current_overlay_target = $scope.record_id;
egCore.hatch.setLocalItem('eg.cat.marked_overlay_record',$scope.record_id);