ACL for multiple users in Ionic
Hi there,
Could you help me with the following;
I am using Ionic framework, which is fantastic. Utilizing your tutorial I could also manage to set ACL for one user, but I am really struggling to achieve the same for more users.
I want to achieve that a group of users can have RW access to certain items while other only could Read.
I defined those users in two arrays like
var usersRW = ["55a3b331e4b0b40eb78833c1","55a3b300e4b0b40eb78833b8","55a3b296e4b0f840f33a1b00"];
var useronlyR = ["55a3ab50e4b0b40eb7883285","55a3ab3ae4b0b40eb788327e"];
Could you pls let me know what and how shell be done at invoking the Create service?
Thanks in advance,
Peter