rtmotiondev
rtmotiondev
@jbelien Sure, I try to submit a PR this weekend.
same problem here. The solution @colinpieper mentioned works but far from ideal especially when you have many templates, like @kevcomparadise said this used to work in Phalcon 3.4.5. Can we...
I think you need to add "reusable => true" to hasOne after the alias. This seems to be an undocumented thing especially if upgrading from 3.4.5
I also had a problem when upgrading to v4 from v3.4.5. It didn't save unless reusable was used
Any news on this? It's a pretty big issue.
@krazzer Be careful with reusable set to true. It caches the related model.
@thewh1teagle Unfortunately that doesn't seem to work for me.
Same problem on iOS.
For me it worked once I set different file types in the extension. This is caused by a bug in the plugin logic. ``` extensions: ["image/jpeg", "text/csv"], ``` Simply setting...
unload is not really recommended but the same issue applies to visibilitychange event