Fixed product edit page barcodes field tab handling (fixes #764)

This commit is contained in:
Bernd Bestel 2020-04-19 15:01:58 +02:00
parent 8cbfd5fedb
commit f4b70e9ae3
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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')