Skip to content

Commit

Permalink
Workflow-related filter fields not defined (#25183)
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ authored and wilsonge committed Jul 23, 2019
1 parent 65e3d40 commit 55fc78c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions administrator/components/com_content/Model/ArticlesModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public function __construct($config = array())
'level',
'tag',
'rating_count', 'rating',
'condition',
'stage',
);

if (Associations::isEnabled())
Expand Down
2 changes: 2 additions & 0 deletions administrator/components/com_content/Model/FeaturedModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public function __construct($config = array())
'level',
'tag',
'rating_count', 'rating',
'condition',
'stage',
);
}

Expand Down

0 comments on commit 55fc78c

Please sign in to comment.