Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

v1.1.3

Compare
Choose a tag to compare
@rickmak rickmak released this 25 Oct 04:54
· 3109 commits to master since this release

1.1.3 (2017-10-25)

Features

  • Update FieldACL Accessible matching logic (#479)

    New matching criteria is, record type and record field.

    • If no matched entries, return true
    • Otherwise if user role does not fullfil matched entries, return false
    • Otherwise return the result of the matched entry

Bug Fixes

  • Fix role:get expecting User IDs from wrong keys (#475)