- Issue created by @mark_fullmer
- Merge request !21Issue #3413916: Import does not set default value for abstract text format β (Open) created by mark_fullmer
- Status changed to Needs review
11 months ago 1:40am 11 January 2024 - π«π·France Toki Caen, Normandy
I have the same problem here after migration from D7 to D10 with references imported from Bibliography module (D7). Abstract (both english and french) and Notes (missing on the patch) are now in plain text in the database with html markups everywhere. I can't find a way to render them correctly, even with Views. I will try soon the patch and see if a new migration could solve this issue.
- Status changed to Fixed
8 months ago 8:35am 23 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.
- π²π©Moldova surfinspirit
I believe there is a typo in patch file
$abst_e = $this->get('bibcite_abst_e')->value;
should be
$abst_e = $this->get('bibcite_abst_e')->getvalue();
magic method 'value' returns only the value and the format cannot be determined.