SynaTree

Results 3 issues of SynaTree

Overzealous replacing of ->id led to the module name being removed from the createUrl call and replaced with the primary key of the object instead.

When calling $model->getImages(), one problem is that the module reports 1 image (the placeholder) even when there are none. This change simply makes that behavior optional by supplying a flag...

My model is saved, but immediately deleted. The condition for the DELETE seems to be a value in a column that is NOT a relationship (FK) column. Thoughts?