mbritton
15 Feb 2012, 10:37 AM
I have multiple stores using the same model. This is because one of them contains search results, and another contains a regular record set.
You can click on a search result and it populates a form just like the regular items do. However, because the store isn't the same, a save() is only possible if I lookup the correct store.
I'd rather not use two stores for this use case. Does it seem strange that I'm doing this?
You can click on a search result and it populates a form just like the regular items do. However, because the store isn't the same, a save() is only possible if I lookup the correct store.
I'd rather not use two stores for this use case. Does it seem strange that I'm doing this?