On Thu, Mar 8, 2012 at 4:35 PM, Bob Sleys <[email protected]> wrote: > It appears that all permissions are checked on the associated model and if > any fail the whole tag is skipped. I'd like to allow anyone to add a new > item but only the owner to edit or remove an existing one. But when I set > the permission as such the whole tag seems to being skipped. Not a big deal > in my case but I'd though I throw it out there and see if its just a > limitation at this point or perhaps if I'm doing something wrong. >
It's not you, that's the way it works. input-many does not check permissions for it's + or - buttons so it's pretty much an all or nothing thing. What you're asking for could be built but it'd be a substantial addition. cheers, Bryan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
