ebogaard

Results 15 comments of ebogaard

This is fixable by changing the following file: modules/Campaigns/SubPanelViewer.php Change (row 100): ``` $subpanel_object->display(); ``` To: ``` $countOnly = isset($_REQUEST['countOnly']) && $_REQUEST['countOnly']; $subpanel_object->display($countOnly); ```

The change mentioned in the issue indeed seems to be the cause of the issue. This breaks the "from-to" detection of the following code. I think the line "$field_value =...

I think this is related to issue #373 as well.

Whoops, my mistake. Yes, I meant the one from tesseract.

In the tesseract-project I referred to this issue, so I hope they're reading this suggestion. But as far as I know, they're working on a fix already. I'm not sure...