diff --git a/layouts/v7/modules/Vtiger/ListViewContents.tpl b/layouts/v7/modules/Vtiger/ListViewContents.tpl index e2c2e9f092c13f2d091961312546ab6b16190309..2b5402211df8ed54806436a39455774e48dbf3f4 100644 --- a/layouts/v7/modules/Vtiger/ListViewContents.tpl +++ b/layouts/v7/modules/Vtiger/ListViewContents.tpl @@ -90,7 +90,7 @@ {/if} </th> {foreach item=LISTVIEW_HEADER from=$LISTVIEW_HEADERS} - {if $SEARCH_MODE_RESULTS and ($LISTVIEW_HEADER->getFieldDataType() eq 'multipicklist')} + {if $SEARCH_MODE_RESULTS || ($LISTVIEW_HEADER->getFieldDataType() eq 'multipicklist')} {assign var=NO_SORTING value=1} {else} {assign var=NO_SORTING value=0} @@ -250,4 +250,4 @@ <div id="scroller_wrapper" class="bottom-fixed-scroll"> <div id="scroller" class="scroller-div"></div> </div> -</div> \ No newline at end of file +</div> diff --git a/packages/vtiger/optional/ModComments.zip b/packages/vtiger/optional/ModComments.zip index aace74a40fd1e8cfa56fb1d42c725ee32f1b9ae5..1ccbf744abb1abb1bd70b39dd944530c0ae2382a 100644 Binary files a/packages/vtiger/optional/ModComments.zip and b/packages/vtiger/optional/ModComments.zip differ diff --git a/pkg/vtiger/modules/ModComments/layouts/v7/modules/ModComments/ListViewContents.tpl b/pkg/vtiger/modules/ModComments/layouts/v7/modules/ModComments/ListViewContents.tpl index 40254a5ecdca6f71dece251734caec30425cbd75..b1b91efe742ca82d1cc65beb9519ffc5bd7eaba9 100644 --- a/pkg/vtiger/modules/ModComments/layouts/v7/modules/ModComments/ListViewContents.tpl +++ b/pkg/vtiger/modules/ModComments/layouts/v7/modules/ModComments/ListViewContents.tpl @@ -64,7 +64,7 @@ {/if} </th> {foreach item=LISTVIEW_HEADER from=$LISTVIEW_HEADERS} - {if $SEARCH_MODE_RESULTS and ($LISTVIEW_HEADER->getFieldDataType() eq 'multipicklist')} + {if $SEARCH_MODE_RESULTS || ($LISTVIEW_HEADER->getFieldDataType() eq 'multipicklist')} {assign var=NO_SORTING value=1} {else} {assign var=NO_SORTING value=0} @@ -185,4 +185,4 @@ <div id="scroller_wrapper" class="bottom-fixed-scroll"> <div id="scroller" class="scroller-div"></div> </div> -</div> \ No newline at end of file +</div>