With all the new slide-out functionality in Craft, and the entrification plan for Craft 5+ we aren't planning to update Isolate to be Craft 5+ compatible. There's just too many scenarios to account for (including things like multisite, as well).
Would love to something comparable baked into Craft natively at some point, but I'm sure the Pixel and Tonic folks have their hands full with all other planned items!
Craft allows you to restrict users to specific content types, but you cannot scope users to only specific entries in those content types. Isolate is a user management tool to manage users on a per-entry basis.
Isolate does three things after installation:
- It creates a new Isolate database table to track specific entries a user should have access to
- It provides a user administration section so you can easily track and assign entries a user can have access to
- It provides a restricted entries area to any users who are restricted or "isolated" from certain entries
Uninstalling Isolate simply deletes the database table that tracks the entries a user is isolated from. At this point your users will have access to all entries within the sections they are assigned—the native Craft behavior.
Restriction is handled two ways:
- A user that is isolated receives a custom, restricted dashboard. This ensures they only see the entries they can edit.
- When a user attempts to access an entry edit page Isolate compares this ID to the list of IDs the user has access to. This ensures the user is safely restricted from the standard Entries dashboard and any entries they've been restricted from.