fix(simon): Missing store object in buttonplacket part
This commit is contained in:
parent
1f665af908
commit
4772fa988c
5 changed files with 7 additions and 6 deletions
|
@ -25,13 +25,13 @@
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- Fixed missing store object in buttonholeplacket part
|
- Fixed missing store object in button(hole)placket part
|
||||||
|
|
||||||
### simone
|
### simone
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- Fixed missing store object in buttonholeplacket part
|
- Fixed missing store object in button(hole)placket part
|
||||||
|
|
||||||
### titan
|
### titan
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,9 @@ unreleased:
|
||||||
holmes:
|
holmes:
|
||||||
- Fixed SA to use twice the SA value on hem allowance
|
- Fixed SA to use twice the SA value on hem allowance
|
||||||
simon:
|
simon:
|
||||||
- Fixed missing store object in buttonholeplacket part
|
- Fixed missing store object in button(hole)placket part
|
||||||
simone:
|
simone:
|
||||||
- Fixed missing store object in buttonholeplacket part
|
- Fixed missing store object in button(hole)placket part
|
||||||
|
|
||||||
Changed:
|
Changed:
|
||||||
titan:
|
titan:
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed missing store object in buttonholeplacket part
|
- Fixed missing store object in button(hole)placket part
|
||||||
|
|
||||||
## 2.19.1 (2021-10-23)
|
## 2.19.1 (2021-10-23)
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ export default (part) => {
|
||||||
paperless,
|
paperless,
|
||||||
macro,
|
macro,
|
||||||
options,
|
options,
|
||||||
|
store,
|
||||||
} = part.shorthand()
|
} = part.shorthand()
|
||||||
|
|
||||||
if (!options.seperateButtonPlacket || options.buttonPlacketStyle !== 'classic') {
|
if (!options.seperateButtonPlacket || options.buttonPlacketStyle !== 'classic') {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed missing store object in buttonholeplacket part
|
- Fixed missing store object in button(hole)placket part
|
||||||
|
|
||||||
## 2.19.1 (2021-10-23)
|
## 2.19.1 (2021-10-23)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue