Skip to content

Commit

Permalink
Release 3.0.3 (#154)
Browse files Browse the repository at this point in the history
* Bug #187003 fix: Unable to send notification due to fatel error

* Bug #190354 Fixed: BE> Notification Templates> Limit filters not working

* Bug #190387 fix: page limit is not working on notifications list view

* Bug #190354 Resolved: Remove unwanted code and update the limit code

* Bug #190428 Fixed: BE> Notification Templates> After apply filter redirect to another notification page (refer video) j4

* Bug #190927 Fixed: BE >Notification Templates> Search field not working as accepted j3

* Bug#191132 Fixed: BE> Notification Templates> choose client of search tools not working j3

* Version bump up

* Updated change log

* Updated change log

* Bug #192532 Fixed: BE> Notification Subscriptions> Filters not working as expected j4

* Bug #192532 Fixed: Changed in variable protected to public

Co-authored-by: “Sachin <[email protected]>
  • Loading branch information
ankush-maherwal and Sachintechjoomla authored Jan 4, 2023
1 parent 330405d commit 978f6a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
class TjnotificationsViewSubscriptions extends HtmlView
{
protected $activeFilters;
public $activeFilters = [];

protected $extension;

Expand Down

0 comments on commit 978f6a4

Please sign in to comment.