Callback error related to latest release

Hi,

Installed the latest update last week and now am having a callback error when trying to right click on 'Link to raw data file' (see attached image for error details).

I am using:
MATLAB Version: 8.5.0.197613 (R2015a)
Operating System: Linux 2.6.32-754.9.1.el6.x86_64 #1 SMP

Any ideas why this is? We can't seem to get around it.

Thanks.

Hello,
If it is the "contains" matlab built-in function, it has been introduced in the Matlab 2016b version.
Maybe the issue come from the matlab version ?

Kind regards,
Alex

Indeed, we usually replace all the calls to contains() with ~isempty(strfind()).
But I didn't catch this one in commit from 4 days ago: https://github.com/brainstorm-tools/brainstorm3/commit/612783b664df8483549d1634a2fdd1b756970bb4#diff-2ef654c5427b5793045f26aba06dfc8a

It is now fixed: https://github.com/brainstorm-tools/brainstorm3/commit/8af6a4490a5a3533309600a903249d76d287626a

Please update Brainstorm again and try again.

Hi Francois,

Thanks for the quick fix! I made your edit to tree_callbacks.m. All seems to be working now.

Best regards,
Bill