Print Templates -> Save Locally not working

Bug #1546125 reported by Jason Etheridge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Medium
Unassigned

Bug Description

Method called on wrong service, fix here:
http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/collab/phasefx/webstaff_savelocally

--- a/Open-ILS/web/js/ui/default/staff/admin/workstation/app.js
+++ b/Open-ILS/web/js/ui/default/staff/admin/workstation/app.js
@@ -462,7 +462,7 @@ function($scope , $q , egCore) {
     }

     $scope.save_locally = function() {
- egCore.hatch.storePrintTemplate(
+ egCore.print.storePrintTemplate(
             $scope.print.template_name,
             $scope.print.template_content
         );

Revision history for this message
Ben Shum (bshum) wrote :

Targeting towards 2.10-beta milestone.

Changed in evergreen:
milestone: none → 2.10-beta
status: New → Triaged
importance: Undecided → Medium
Revision history for this message
Ben Shum (bshum) wrote :

Pushed to master.

Changed in evergreen:
status: Triaged → Fix Committed
Changed in evergreen:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.