How to save non persistent association? how to refresh the association list?

0
I’m doing my work on Native Phone module. So I created models as non-persistable. The “Refresh Object” in nanoflow works fine with one object. But when I retrieve list by association, and then add new objects to the list, from other part of the UI (that is a ListView) cannot get the association list. So how to refresh the association list?
asked
1 answers
0

Alright, found the solution. In 1:N association, the association should be added on the N side. That is when you create an N object, you can choose the association in the dropdown, and set the value.

answered