🐛 | HTTP Cache Control | The must-revalidate, no-store and no-cache directive settings don't actually do anything
🇲🇩Moldova surfinspirit
dieterholvoet → credited surfinspirit → .
🇲🇩Moldova surfinspirit
This patch only adds the checkboxes to the form, the functionality that would use these values is missing so they are pretty much fake right now. Am I missing something?
🇲🇩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.