When saving the form I get an undefined index btn_size.
Patch forthcoming.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | undefined_index_btn_size-2876614-2.patch | 1.26 KB | sylus |
When saving the form I get an undefined index btn_size.
Patch forthcoming.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | undefined_index_btn_size-2876614-2.patch | 1.26 KB | sylus |
Comments
Comment #2
sylus commentedComment #3
Somfai Tibor commentedI would have read bug reports :D.
I found the same mistake.
I found the solution: 'btn_size' => '',.
I thinking I would write a report.
Then I see that they've been solved.
I confirm that this solution works!
Comment #4
mgstablesI also confirm that this solution works.
Comment #5
lakenney commentedManually adding 'btn_size' => '', to line 34 in the src/Plugin/Field/FieldFormatter/ButtonLinkFormatter.php worked for me.
Thank you!
Comment #7
hatuhay commented