I've got a C# API I use for Kallithea and I ran my tests after upgrading and said that the apply_to_children argument for that method was unknown - but I'm fairly confident that it existed before.
But you're right, it really shouldn't apply to anything there thinking about it now, so I'm not sure why it was there before. Thanks! On Wed, Apr 24, 2019 at 12:09 PM Mads Kiilerich <[email protected]> wrote: > On 4/24/19 5:59 PM, Brandon Jones wrote: > > I noticed that the API changed and no longer has the option for > > apply_to_children for this method call. > > > > What is the default functionality now? Before there was the option to > > apply to no children, repos, groups, or all. > > > It seems like grant_user_group_permission never had an apply_to_childen > option. But grant_user_group_permission_to_repo_group still has one. > > grant_user_group_permission is for "Grant permission for user group on > given repository", and repositories don't have children. > > Can you say more about what you are looking for? > > /Mads > >
_______________________________________________ kallithea-general mailing list [email protected] https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
