mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 19:16:44 +00:00
fix(backend): api version style (#8989)
* fix api version style * set base path
This commit is contained in:
parent
f663e008df
commit
edc97b1afd
2
.github/workflows/qc_checks.yaml
vendored
2
.github/workflows/qc_checks.yaml
vendored
@ -195,7 +195,7 @@ jobs:
|
||||
echo "Version: $version"
|
||||
echo "version=$version" >> "$GITHUB_OUTPUT"
|
||||
- name: Extract settings / tags
|
||||
run: invoke int.export-definitions
|
||||
run: invoke int.export-definitions --basedir src/backend/InvenTree
|
||||
- name: Upload settings
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # pin@v4.6.0
|
||||
with:
|
||||
|
@ -8,7 +8,7 @@ INVENTREE_API_VERSION = 306
|
||||
|
||||
INVENTREE_API_TEXT = """
|
||||
|
||||
v3-6 0 2025-01-28 : https://github.com/inventree/InvenTree/pull/8966
|
||||
v306 - 2025-01-28 : https://github.com/inventree/InvenTree/pull/8966
|
||||
- Adds "start_date" to PurchasesOrder API
|
||||
- Adds "start_date" to SalesOrder API
|
||||
- Adds "start_date" to ReturnOrder API
|
||||
|
Loading…
x
Reference in New Issue
Block a user