mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +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
|
||||
- Fixed a PHP warning when using the "Share/Integrate calendar (iCal)" button (thanks @tsia)
|
||||
|
||||
|
@ -169,7 +169,8 @@
|
||||
$('#barcode-taginput').tagsManager({
|
||||
'hiddenTagListName': 'barcode',
|
||||
'tagsContainer': '#barcode-taginput-container',
|
||||
'tagClass': 'badge badge-secondary'
|
||||
'tagClass': 'badge badge-secondary',
|
||||
'delimiters': [13, 44]
|
||||
});
|
||||
|
||||
if (Grocy.EditMode === 'edit')
|
||||
|
Loading…
x
Reference in New Issue
Block a user