mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36: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"
|
||||||
echo "version=$version" >> "$GITHUB_OUTPUT"
|
echo "version=$version" >> "$GITHUB_OUTPUT"
|
||||||
- name: Extract settings / tags
|
- name: Extract settings / tags
|
||||||
run: invoke int.export-definitions
|
run: invoke int.export-definitions --basedir src/backend/InvenTree
|
||||||
- name: Upload settings
|
- name: Upload settings
|
||||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # pin@v4.6.0
|
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # pin@v4.6.0
|
||||||
with:
|
with:
|
||||||
|
@ -8,7 +8,7 @@ INVENTREE_API_VERSION = 306
|
|||||||
|
|
||||||
INVENTREE_API_TEXT = """
|
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 PurchasesOrder API
|
||||||
- Adds "start_date" to SalesOrder API
|
- Adds "start_date" to SalesOrder API
|
||||||
- Adds "start_date" to ReturnOrder API
|
- Adds "start_date" to ReturnOrder API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user