Skip to content

Commit

Permalink
Bug #32 fix: Terms & Conditions list - Search tools - Keep applied fi…
Browse files Browse the repository at this point in the history
…lters open otherwise user doesn't understand which filters are applied" (#33)

* Bug #157863 fix: It asks user to accept T&C right now which is created for current date and future time.

* Bug #157856 fix: Terms & Conditions list - Search tools - Keep applied filters open otherwise user doesn't understand which filters are applied
  • Loading branch information
paritshivani authored Feb 20, 2020
1 parent 38adaed commit c251f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TcViewContents extends JViewLegacy

public $filterForm;

protected $activeFilters;
public $activeFilters;

protected $extra_sidebar;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TcViewUsertcs extends JViewLegacy

public $filterForm;

protected $activeFilters;
public $activeFilters;

protected $component;

Expand Down Expand Up @@ -61,7 +61,7 @@ public function display($tpl = null)
$comParams = ComponentHelper::getParams('com_tc');
$this->dateFormat = $comParams->get('date_format_show');

if ($dateFormat == "custom")
if ($this->dateFormat == "custom")
{
$this->dateFormat = $comParams->get('custom_format');
}
Expand Down

0 comments on commit c251f80

Please sign in to comment.