Starcounter/Starcounter.Authorization

Permission selection partial: remove current transaction commit on add & delete

Closed this issue · 1 comments

Actual behavior:
Every group add or delete operation results in current transaction commit.

Expected behavior:
Permission selection partial is small part of page, in most cases included many times on other, bigger page. Because it's only "helper" element, we shouldn't decide inside if current transaction should be committed or no. It should be up to element which contains this partial.

Good example is SWO project, where user is working on running transaction and commits/discards changes on demand.

cc @joozek78

Fixed in #26