Skip to content

Commit

Permalink
* [Worklists/Customize] Fixed an issue when customizing worklists whe…
Browse files Browse the repository at this point in the history
…re legacy required filters couldn't be removed.

Fixes #777 #787
  • Loading branch information
jstanden committed Oct 4, 2018
1 parent 3af1160 commit 14b26a5
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -10,6 +10,12 @@
{/if}
{$parent_div = "viewCustom{if $is_custom}Req{/if}Filters{$view->id}"}

{if $is_custom}
<div class="cerb-filters-list">
{include file="devblocks:cerberusweb.core::internal/views/criteria_list_params.tpl" params=$view_params readonly=false}
</div>
{/if}

{if !$is_custom}
<table cellpadding="2" cellspacing="0" border="0" width="100%">
<tbody class="summary">
Expand Down

0 comments on commit 14b26a5

Please sign in to comment.