shannah / xataface

Framework for building data-driven web applications in PHP and MySQL
http://xataface.com
GNU General Public License v2.0
138 stars 58 forks source link

QueryTool method loadCurrent don't setSnapshot/clear flags on record and always were valueChanged #114

Open carmaz79 opened 5 years ago

carmaz79 commented 5 years ago

Problem extends to Application getRecord method and another files. Adding $this->_currentRecord->setSnapshot(); can fix the problem.