Skip to content
Snippets Groups Projects

Insa article perfs

Merged Laurent requested to merge insa_article_perfs into hotline
All threads resolved!
Viewing commit 81e92c8c
Show latest version
2 files
+ 15
3
Preferences
Compare changes
Files
2
@@ -134,8 +134,7 @@ class Class_CustomField_Model {
public function getFields() {
return Class_CustomField::findAllBy(['model' => $this->getId(),
'order' => 'priority']);
return Class_CustomField::findAllByModel($this);
}