29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-06 12:03:39 +00:00

Workflow-related filter fields not defined (#25183)

This commit is contained in:
SharkyKZ 2019-07-23 21:31:30 +03:00 committed by George Wilson
parent 65e3d403da
commit 55fc78c08b
2 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,8 @@ class ArticlesModel extends ListModel
'level',
'tag',
'rating_count', 'rating',
'condition',
'stage',
);
if (Associations::isEnabled())

View File

@ -61,6 +61,8 @@ class FeaturedModel extends ArticlesModel
'level',
'tag',
'rating_count', 'rating',
'condition',
'stage',
);
}