Skip to content

Commit

Permalink
Adding detail widget back in
Browse files Browse the repository at this point in the history
  • Loading branch information
joncrain committed May 15, 2020
1 parent 57b91b9 commit 3e7ee4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/manifests_detail_widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.append($('<th>')
.text(i18n.t("manifests.detail_widget.catalog_item"))));
// Get Manifests data
$.getJSON(appUrl + '/module/manifests/get_data/' + serialNumber, function(data) {
$.getJSON(appUrl + '/module/manifests/get_manifests_data/' + serialNumber, function(data) {
$.each(data, function(index, item) {
if (mr.mwa2Link !== "") {
if (item.manifest_name !== "SelfServeManifest") {
Expand Down

0 comments on commit 3e7ee4d

Please sign in to comment.