--
You received this message because you are subscribed to the Google Groups "Jam.py Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jam-py+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jam-py/fead2686-3c1e-4394-b94b-2c959f2f2a3en%40googlegroups.com.
let selections = item.selections,
rs.delete();
item.warning(error);
To view this discussion visit https://groups.google.com/d/msgid/jam-py/1261d792-f670-49e8-9ed1-bb65293aa1f0n%40googlegroups.com.

I think some of your concerns are more about design decisions than something I directly control.
I mainly handle releases and patches, so I may not be the best person to answer those in depth.
I do hear your point about the Jam core code being harder to work with in V7. If you can report with what exactly you are having issues, I can try to clarify what I can or we can ask Andrew Yushev for a more detailed explanation.
Only he can answer "why". I can not.item.question('Do you want to delete selected record?',
function() {
on_before_delete(item);}
);
--
You received this message because you are subscribed to the Google Groups "Jam.py Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jam-py+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jam-py/1b58fe09-c1a9-4ff3-a7fd-06b5fc0b5c7dn%40googlegroups.com.