wireit
wireit copied to clipboard
php data store problem (bug)
recently i have download master branch and run examples. i have test plugins\editor\examples\WiringEditor
in Mysql it store graph with wrong field sequence like in name field it storing working value and in working it storing language and in language it storing name value. i have change the sequence and its working fine.
please check plugins/editor/backend/php/WiringEditor.php
public function saveWiring and public function deleteWiring function its just for info thanks