blame icon indicating copy to clipboard operation
blame copied to clipboard

Saving entity other than self controller does not insert created_by.

Open karimcse opened this issue 9 years ago • 1 comments

I am facing strange problem. Suppose, I have two controller (articlesController,blogsController), two table (articlesTable,blogsTable). If i save blog table data in articlesController, then it doesn't insert created_by. However, I am checking both condition. For self tablecontroller its save created_by but other than self controller it doesn't save created_by. How can i fix it.

Sorry, for my poor english.

karimcse avatar Dec 15 '15 18:12 karimcse

I have the same problem. It seems that the Before save listener isn't triggered. Some solutions?

fabianwnk avatar Jan 08 '16 16:01 fabianwnk