mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 18:48:41 +00:00
bump
This commit is contained in:
parent
a60249050e
commit
8c0014c793
35
.github/dev_bug_report.md
vendored
35
.github/dev_bug_report.md
vendored
|
|
@ -1,35 +0,0 @@
|
||||||
---
|
|
||||||
name: Dev Bug Report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: stat_backlog, type_bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Bug Description
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
# How to Reproduce
|
|
||||||
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
|
|
||||||
1. Go to '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
## Minimal Code Example
|
|
||||||
|
|
||||||
```
|
|
||||||
// your code ...
|
|
||||||
```
|
|
||||||
|
|
||||||
# Expected Behavior
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
# Screenshots
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
# Additional Information
|
|
||||||
Add any other context about the problem here.
|
|
||||||
18
.github/dev_feature_request.md
vendored
18
.github/dev_feature_request.md
vendored
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
name: Dev Feature Request
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
title: ''
|
|
||||||
labels: stat_backlog, type_feature
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# What is the feature you request
|
|
||||||
* A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
||||||
* A clear and concise description of what you want to happen.
|
|
||||||
|
|
||||||
# Alternatives
|
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
|
|
||||||
# Additional Information
|
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
|
|
@ -209,7 +209,7 @@ final class ApiController extends Controller
|
||||||
$schema['gtin'] = $attr;
|
$schema['gtin'] = $attr;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($attr = $item->getAttribute('releasedate')->value->getValue())) {
|
if (!empty($attr = $item->getAttribute('release_date')->value->getValue())) {
|
||||||
$schema['releasedate'] = $attr;
|
$schema['releasedate'] = $attr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -384,7 +384,7 @@ final class ApiController extends Controller
|
||||||
->with('attributes/type')
|
->with('attributes/type')
|
||||||
->with('attributes/value')
|
->with('attributes/value')
|
||||||
->with('l11n/type')
|
->with('l11n/type')
|
||||||
->where('l11n/type/title', ['name1', 'name2', 'name3'], 'IN')
|
->where('l11n/type/title', ['name1', 'name2'], 'IN')
|
||||||
->where('l11n/language', $bill->language)
|
->where('l11n/language', $bill->language)
|
||||||
->where('attributes/type/name', [
|
->where('attributes/type/name', [
|
||||||
'segment', 'section', 'sales_group', 'product_group', 'product_type',
|
'segment', 'section', 'sales_group', 'product_group', 'product_type',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user