- added new "delete old signatures" option to "signature reader" dialog, closed #95

This commit is contained in:
Exodus4D
2016-06-23 20:22:37 +02:00
parent 1ef19439c9
commit 029e8cee67
5 changed files with 90 additions and 30 deletions

View File

@@ -337,7 +337,7 @@ class SystemModel extends BasicModel {
/**
* get all signatures of this system
* @return array
* @return SystemModel array
*/
public function getSignatures(){
$this->filter('signatures', ['active = ?', 1], ['order' => 'name']);