Yurii Kuznietsov

Results 224 comments of Yurii Kuznietsov

Instead of modifying `websocket.php` you can copy the file with another name. To prevent its overriding after upgrade.

It's known behavior. Administrator needs to manually control parameters. I prefer this approach.

E.g. Want to change field type. 1. remove field. 2. add field of another type with the same name. Order is lost. Layouts are lost.

It's weird that you face this problem every few days. It means every few days admin creates a new field, makes a default order by this field and then removes...

Ok, I re-open. Though I'm not going to implement this in the nearest future. If you can do it, please contribute with PR.

It's quite a lot of work to replace. We have some customization done for summernote.

Dialogs are customized to fit espocrm UI design, some custom buttons added: https://github.com/espocrm/espocrm/blob/master/client/src/views/fields/wysiwyg.js EDIT 2024. Ever since we have added even more customizations. We cannot scrap it all and start...

I suggest debugging. It should not apply left join unless 'select' is not passed in parameters or it contains a related field. P.S. Please be explicit when reporting issues. It's...

Thanks. I though you meant a relationship panel. It should not happen that left join is applied. Unless you are using very old EspoCRM version. I'm not sure why it's...

Check whether 'select' GET parameter is sent to the backend when the list is requested by the frontend.