correct

On Jan 3, 11:53 am, KMax <mkostri...@gmail.com> wrote:
> Thank you for comments.
> I was looking to .belongs side, but did not find correct one query.
>
> Searching for documentation make me think that all plugin_* stuff are
> not so complicatated.
> Just admin Plugins division. All my creating could be done using usual
> controller with corresponding view. Is not it?
>
> The issue is: links inside ajax loaded content on click does not
> update ajax loaded data, but sent browser to /welcome/plugin_groups/
> index/1
> I guess only 'post' are modified to ajax compatible way, but not 'get'
> links.
> On 3 янв, 22:00, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
>
>
> > A couple of things:
>
> >  query = 'SELECT auth_user.id FROM auth_user,auth_membership where
> > auth_user.id>0 and auth_user.id not in (select auth_membership.user_id
> > from auth_membership where auth_membership.group_id='+str(group_id)+')
> > group by auth_user.id'
> > rows = db.executesql(query)- Hide quoted text -
>
> - Show quoted text -

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to