Yurii Kuznietsov
Yurii Kuznietsov
Has been already resolved
Fix: https://github.com/espocrm/espocrm/commit/0f146959e50b2487ea4ecbf6ed654d1d1b2e7e73
Fixed issue with not being updated when link is changed: https://github.com/espocrm/espocrm/issues/2857
Under the hood the editors are all the same contenteditable, there should not be any drastic difference with markup they produce. It's very unlikely that we change the editor any...
Could you provide an example of custom styles being stripped. If it strips, does any other Wysiwig not strip it? I assume any editor based on contenteditable will strip style...
> stripping the custom styles, Actually, we strip style tags on purpose, to prevent the page layout and style being affected by the field. It's not the editor. Note that...
https://github.com/espocrm/espocrm/issues/2755
As if v7.4, a custom field converter can be used instead of `Espo\Core\Utils\Database\Orm\FieldConverters\PersonName`.
Added `jobNoTableLocking` config parameter. Not recommended if run-jobs-in-parallel is disabled. https://github.com/espocrm/espocrm/commit/fe32d8d47bf9e69c420191ea9170babd31764565
I'll consider rewriting the logic to use transactions + two SELECT FOR UPDATE queries. But not yet sure whether it will work as I expect. Pseudo code: ``` start transaction...