Skip to content

Commit

Permalink
rebuild js
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Dec 11, 2024
1 parent 85496aa commit 7f12e65
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{% for inventoryLevel in inventoryLevels %}
<div class="flex">
<div class="flex-grow">
<a href="{{ inventoryLevel.getPurchasable().cpEditUrl }}" target="_blank">{{ inventoryLevel.purchasable.title }}</a> <span class="code">{{ inventoryLevel.purchasable.sku }}</span>
<span class="code">{{ inventoryLevel.inventoryItem.getPurchasable('*').sku }}</span>
</div>

{% if updateAction == 'set' %}
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/catalogpricing/dist/CatalogPricing.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/catalogpricing/dist/CatalogPricing.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/chartjs/dist/Chart.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/chartjs/dist/moment-with-locales.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/commercecp/dist/commercecp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/commercecp/dist/commercecp.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/commerceui/dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/commerceui/dist/js/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/coupons/dist/coupons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/coupons/dist/coupons.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/editproduct/dist/CommerceProductEdit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/web/assets/editproduct/dist/CommerceProductEdit.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/inventory/dist/inventory.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/inventory/dist/inventory.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/web/assets/inventory/src/js/UpdateInventoryLevelModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Craft.Commerce.UpdateInventoryLevelModal = Craft.CpModal.extend({
$typeInput: null,

init: function (settings) {
this.desiredWidth = 400;
console.log(this.desiredWidth);
this.base('commerce/inventory/edit-update-levels-modal', settings);

this.debouncedRefresh = this.debounce(this.refresh, 500);
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/statwidgets/dist/CommerceChart.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/statwidgets/dist/CommerceChart.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/transfers/dist/transfers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/web/assets/transfers/dist/transfers.js.map

Large diffs are not rendered by default.

0 comments on commit 7f12e65

Please sign in to comment.