Yurii Kuznietsov

Results 224 comments of Yurii Kuznietsov

https://docs.espocrm.com/administration/layout-manager/#link

I get a validation error message that uploading is in progress not allowing to save. So I can't reproduce.

This code validates: https://github.com/espocrm/espocrm/blob/5.9.3/client/src/views/fields/file.js#L132. I recommend debuggin.

Could you move this line https://github.com/espocrm/espocrm/blob/5.9.3/client/src/views/fields/file.js#L374 to the end of the function. Maybe it will work out.

setAttachment is a sync function. It's weird why does this happen.

Maybe it takes some time between https://github.com/espocrm/espocrm/blob/5.9.3/client/src/views/fields/file.js#L67 and https://github.com/espocrm/espocrm/blob/5.9.3/client/src/views/fields/file.js#L70 for the browser when a file is big? Could you check please?

I checked. It run instantly. I don't understand why the issue occurs.

Unfortunately, I'm very busy and likely will be the next few weeks, can't look into it. For everyone who read this, please send only critical bugs these days, I'm overwhelmed...

> 16. Click 'Compose'. > => Result: Personal email account '[[email protected]](mailto:[email protected])' doesn't show in > From select field. The item 16 is a behavior by design. A personal email account's...

It's more complex as it may seem. We have also (legacy) SMTP settings in preferences available for users in some circumstances. Some SMTP servers may allow using one account for...