detail pages for customers and projects (#1371)
This commit is contained in:
@@ -23,6 +23,10 @@ class ThemeConfiguration implements SystemBundleConfiguration, \ArrayAccess
|
||||
return (bool) $this->find('auto_reload_datatable');
|
||||
}
|
||||
|
||||
/**
|
||||
* Currently unused, as JS selects are always activated.
|
||||
* @deprecated since 1.7 will be removed with 2.0
|
||||
*/
|
||||
public function getSelectPicker(): string
|
||||
{
|
||||
return (string) $this->find('select_type');
|
||||
|
||||
Reference in New Issue
Block a user