LP1746360 Bucket Edition display debugging
authorBill Erickson <berickxx@gmail.com>
Wed, 6 Feb 2019 15:48:10 +0000 (10:48 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 22 Feb 2019 14:14:57 +0000 (09:14 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js

index 6bbb09f..8879de2 100644 (file)
@@ -539,7 +539,9 @@ function($scope,  $q , $routeParams,  bucketSvc,  egCore,  $window,
             // We don't use egBibDisplay.mwdeJSONToJS() since this
             // is not a full "mwde" object.  Instead it's a single
             // non-multi-field, JSON-encoded value.
+            console.log('grid itemRetrieved() = ', item);
             var edition = item['biblio_record.wide_display_entry.edition'];
+            console.log('edition = ', edition);
             item['biblio_record.wide_display_entry.edition'] = 
                 edition ? JSON.parse(edition) : '';
         }