ibelar / atk-wordpress-sample

Wordpress plugin done using atk-wordpress integration for Agile Toolkit framework.
2 stars 2 forks source link

Fatal Error atk4\ui\ - Exception: Unable to set property for the object #3

Open RobertMassart opened 4 years ago

RobertMassart commented 4 years ago

Not sure why this either:

image

RobertMassart commented 4 years ago

okay found issue with the one:

EventPanel.php had to change line:

from: $c = $v->add(['CRUD', 'notify' => new \atk4\ui\jsNotify(['content'=>'Data saved'], $this)]);

to: $c = $v->add(['CRUD', 'notifyDefault' => new \atk4\ui\jsNotify(['content'=>'Data saved'], $this)]);