Add fetched mysql_data to _mysql-Object of parent class for using change-method to update db

Related Task: [https://fs.golderweb.de/index.php?do=details&task_id=26 FS#26]
This commit is contained in:
2016-03-02 17:04:06 +01:00
parent a97d8c722e
commit 151c22a735

View File

@@ -445,6 +445,8 @@ class RedFamWorker( RedFam ):
mysql_data[ 'status' ], mysql_data[ 'fam_hash' ], mysql_data[ 'status' ], mysql_data[ 'fam_hash' ],
mysql_data[ 'heading' ] ) mysql_data[ 'heading' ] )
self._mysql.data = mysql_data
@classmethod @classmethod
def list_by_status( cls, status ): def list_by_status( cls, status ):
""" """