Skip to content

Commit

Permalink
NEXT-7962 - Add label to shipping method detail fixes shopware#73 (sh…
Browse files Browse the repository at this point in the history
…opware#146)

* NEXT-7962 - Add label to shipping method detail fixes shopware#73
  • Loading branch information
muehlhansf committed Sep 17, 2020
1 parent 5f864ab commit ff0cded
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Add label to availabitlity rule in shipping method detail
issue: NEXT-7962
author: Muehlhans Florian
author_email: muehlhans.f@idowapro.de
author_github: @muehlhansf
---
# Administration
* Added new label to availability rule selection in `sw-settings-shipment-detail`
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
:ruleFilter="ruleFilter"
:disabled="!acl.can('shipping.editor')"
required
:label="$tc('sw-settings-shipping.detail.topRule')"
class="sw-settings-shipping-detail__top-rule"
@save-rule="onSaveRule">
</sw-select-rule-create>
Expand Down

0 comments on commit ff0cded

Please sign in to comment.