Ok.
Create a new content type: barcode test
Add a field: short plain text, name EAN13, max length = 13
Add a content: title = test, EAN13 = 9781837633104
Add a view: barcodes, content type barcode test, published = yes
Add field EAN13: format = barcodes, barcode type = EAN13, save field settings
try to preview -> bug
If you cast as my previous message, there's no more bug
Use attached config files to reproduce the error
Tested with versions 2.1.0 an 2.1.1 of module
I noticed a strange behavior in views: if i change a setting of field EAN13 and preview without saving the view, bug appears, if i save view before previewing, there's no bug.
First time i noticed the error, it was in front-office with the view displayed as a page. Version 2.1.0
N.B.: attached files have been renamed when uploading them, remove last _
Hi,
Same issue here with version 2.3.1 of tecnickcom/tc-lib-barcode.
Bug appears when using barcode in Views (Drupal 10.4.1).
Solution is one proposed by srjosh.
Lines 256 & 257
- $this->getSetting('width'),
- $this->getSetting('height'),
+ (int)$this->getSetting('width'),
+ (int)$this->getSetting('height'),
Hi,
Use $settings['filecache']['directory']['default']
instead of $settings['filecache_paths']['default']
Hi,
Patch is working for me, but by replacing
$('#edit-field-camp-disponibility-0-multiple-dates').multiDatesPicker();
(name of your field) by
$('.multiple-dates-field').multiDatesPicker();
(more generic, unless you use a customized input field twig template).
Same problem. Because of missing schema.
Apply the patch, clear the caches and use filter as usual.
For my own needs (exactly the same as you), i made the attached patch.
Don't forget to fill the beginning year with a negative value.
@dbroll you're right, with this patch the "Parent menu link" is not respected.
I've made a new patch by completing alexharries' patch.
I don't know how to make a "strict Drupal patch" and have no time to read documentation, but it works.
Drupal 9.5.11, Taxonomy Menu 8.x-3.6, PHP 8.1.23