Previously, the store views field was required when editing an admin role. If you selected "All Store Views", the user should see all orders/invoices/etc. Unfortunately, the user did not see any of them, because the filter was applied to the collection with a store_id of 0. Hence, I made the field optional and hided the "All Store Views" option. If you do not select any store view, no filter is applied. This is also what the README says:
If none is selected, the role access won't get limited.
Previously, the store views field was required when editing an admin role. If you selected "All Store Views", the user should see all orders/invoices/etc. Unfortunately, the user did not see any of them, because the filter was applied to the collection with a store_id of 0. Hence, I made the field optional and hided the "All Store Views" option. If you do not select any store view, no filter is applied. This is also what the README says: