Radek Kunc
Radek Kunc
Hello, for anyone looking for a workaround here is what worked for me:  I used SQL to query data and then load it from datatable to tableview. Then using...
> Hey @radek3911 > > How are you? > > Definitely a bug. > > I'll get to it ASAP. > > Thanks! Hello thank you for a Quick fix!...
If you already have existing mongodb container make sure you have ```yml external_links: - mongo ``` in your dockerfile, then just connect to it as `mongodb://mongo:27017/test2`
> In the new Sales Pack there is order locking feature. For information. > > BTW it can be also implemented using API Before Save Script (w/o custom files). Thanks...
Yeah the more I think about it the harder it becomes, maybe the modal using Espo.Ui.confirm is not the best approach (as you can't put modal in API) perhaps a...
> It's easy enough with API before save script. > > Just create a bool field called "lock" > > and use the following formula: > > > > >...
I actually needed to do this for dynamic logic, you can make custom field view on the link ```ts define(['views/fields/link'], FieldView => { return class extends FieldView { mandatorySelectAttributeList: Array...
Hello, if you are interested let me know. We have implemented a CK Editor 5 as Espo customization. If advertising is allowed here feel free to contact me at [email protected]...
> 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...
> 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...