ebogaard

Results 15 comments of ebogaard

Thanks for fixing the crash on datalist-entries. That's a good enough work-around for now. What I was talking about when I said 'filter out' certain folders, I meant not display...

Did you receive the requested info from me via e-mail? I sent it 17 dec at 13:45 CET.

I'm experiencing the same with NC 17 (but this goes all the way back to 14). There seems to be a difference in triggering a SML response when: 1. Opening...

I was using "v1.0.a-jw", but if I remember correctly, this issue also happened with older v0.9-versions. I just flashed "v1.0-iy-cm-14", but can only say for sure if this has helped...

I should have taken some more inventory when this issue happened at my heishamon... Only 43 days before I get that chance again ;-) As the issue arises at around...

Ah, thanks. So this is just an omission in the documentation, not a functional issue.

Sorry, didn't read that correctly. Didn't see a patch is necessary. Seems like a proper way to fix this, though.

We fixed this issue (introduced in 7.12.5) by changing the following files: \# service/v3_1/SugarWebServiceImplv3_1.php : around row 267 ``` //$valid = $this->validateFields($name_value_list, $module_name); $valid = self::$helperObject->validateFields($name_value_list, $module_name); ``` The copying...

It seems this issue, or something related to this issue, is still there in 7.11.18. When the following e-mail (edited to make it a bit more readable) is imported using...

The main issue behind this is still valid in 7.11.22. The "custom/modulebuilder/builds/" isn't cleaned before Publishing or Exporting, so old files are still included in the resulting .zip. The work...