Tab Group Search Error

3 posts by 2 authors in: Forums > CMS Builder
Last Post: September 25, 2019   (RSS)

By daniel - September 25, 2019

Hi KennyH,

This is a bug we are aware of and which is slated to be fixed in the next CMSB release. Fortunately, it's also very simple to fix in the meantime. In /cmsb/lib/menus/default/list_functions.php look for the following line (at or around line 404):

  $skippedFieldTypes        = array('','upload','separator','relatedRecords','none','accessList');

And change it to this:

  $skippedFieldTypes        = array('','upload','separator','relatedRecords','none','accessList','tabGroup');

Let me know if you have any questions!

Thanks,

Daniel
Technical Lead
interactivetools.com

By KennyH - September 25, 2019

Thanks, Daniel - that works fine!