mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fix URL for reporting an issue via GitHub (#706)
* Fix URL for reporting an issue via GitHub * Format
This commit is contained in:
parent
0fc80b1be3
commit
490d008447
3 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
### 0.20.2 - November 2025
|
||||||
|
---
|
||||||
|
|
||||||
|
- Fixes URL for reporting issues on GitHub
|
||||||
|
|
||||||
|
|
||||||
### 0.20.1 - October 2025
|
### 0.20.1 - October 2025
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,8 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
||||||
var url = Uri(
|
var url = Uri(
|
||||||
scheme: "https",
|
scheme: "https",
|
||||||
host: "github.com",
|
host: "github.com",
|
||||||
path: "inventree/inventree-app/issues/new?title=Enter+bug+description",
|
path: "inventree/inventree-app/issues/new/",
|
||||||
|
queryParameters: {"title": "Enter bug description"},
|
||||||
);
|
);
|
||||||
|
|
||||||
if (await canLaunchUrl(url)) {
|
if (await canLaunchUrl(url)) {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: inventree
|
name: inventree
|
||||||
description: InvenTree stock management
|
description: InvenTree stock management
|
||||||
|
|
||||||
version: 0.20.1+104
|
version: 0.20.2+105
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.8.1
|
sdk: ^3.8.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue