mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Fixed product edit page barcodes field tab handling (fixes #764)
This commit is contained in:
parent
8cbfd5fedb
commit
f4b70e9ae3
@ -1,3 +1,6 @@
|
|||||||
|
### Stock fixes
|
||||||
|
- Fixed that it was not possible to leave the "Barcode(s)" on the product edit page by `TAB`
|
||||||
|
|
||||||
### Calendar fixes
|
### Calendar fixes
|
||||||
- Fixed a PHP warning when using the "Share/Integrate calendar (iCal)" button (thanks @tsia)
|
- Fixed a PHP warning when using the "Share/Integrate calendar (iCal)" button (thanks @tsia)
|
||||||
|
|
||||||
|
@ -169,7 +169,8 @@
|
|||||||
$('#barcode-taginput').tagsManager({
|
$('#barcode-taginput').tagsManager({
|
||||||
'hiddenTagListName': 'barcode',
|
'hiddenTagListName': 'barcode',
|
||||||
'tagsContainer': '#barcode-taginput-container',
|
'tagsContainer': '#barcode-taginput-container',
|
||||||
'tagClass': 'badge badge-secondary'
|
'tagClass': 'badge badge-secondary',
|
||||||
|
'delimiters': [13, 44]
|
||||||
});
|
});
|
||||||
|
|
||||||
if (Grocy.EditMode === 'edit')
|
if (Grocy.EditMode === 'edit')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user