webstaff: disable initials field for serial notes
authorJason Etheridge <jason@EquinoxInitiative.org>
Fri, 4 Aug 2017 17:51:36 +0000 (13:51 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Fri, 4 Aug 2017 17:59:36 +0000 (13:59 -0400)
needs its own org setting among other things if we folks want to implement it

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js
Open-ILS/web/js/ui/default/staff/serials/directives/view-items-grid.js

index d7edbb8..afb3350 100644 (file)
@@ -886,11 +886,12 @@ function($scope , $uibModalInstance , egCore , note_type , rows , notes ) {
     };
 
     $scope.require_initials = false;
+    /* FIXME -- not yet implemented
     egCore.org.settings([
         'ui.staff.require_initials.copy_notes'
     ]).then(function(set) {
         $scope.require_initials = Boolean(set['ui.staff.require_initials.copy_notes']);
-    });
+    });*/
 
     $scope.note_list = notes;
 
index f1b1b9c..7be9fe3 100644 (file)
@@ -491,11 +491,12 @@ function($scope , $uibModalInstance , egCore , note_type , rows , notes ) {
     };
 
     $scope.require_initials = false;
+    /* FIXME -- not yet implemented
     egCore.org.settings([
         'ui.staff.require_initials.copy_notes'
     ]).then(function(set) {
         $scope.require_initials = Boolean(set['ui.staff.require_initials.copy_notes']);
-    });
+    });*/
 
     $scope.note_list = notes;