Joomla derives list view name by pluralizing the item view. If you stick with core MVC, that would be the convention to follow. But alternatively you can declare the list view name in your controller:
Code:
class FaqcontentitemController extends FormController { protected $view_list = 'faqcontent';}
Statistics: Posted by SharkyKZ — Sat Mar 30, 2024 9:44 am