> In Module:
>
>
Sorry here is the correct code for the function in the module:
def gekose_skrywers(db, ids):
import pdb
request = current.request
session = current.session
if ids:
session.ids = ids
session.skrywers = set([x.uuid for x in (db.akb_authors.id.belongs(
ids)).select(db.akb_authors.uuid)])
redirect(URL(r = request, c = 'articles', f = 'add_article'
)
)
else:
redirect(URL(r = request, c = 'default', f = 'index'))
return
Regards
Johann
- Re: [web2py] Form not processed on first submit Johann Spies
- Re: [web2py] Form not processed on first submit stefaan
- Re: [web2py] Form not processed on first submit Johann Spies
- Re: [web2py] Form not processed on first su... Johann Spies
- Re: [web2py] Form not processed on firs... Anthony
- Re: [web2py] Form not processed on... Massimo Di Pierro
- Re: [web2py] Form not processed on... Johann Spies
- Re: [web2py] Form not processed on... Johann Spies
- Re: [web2py] Form not processe... Anthony
- Re: [web2py] Form not proc... Johann Spies
- Re: [web2py] Form not proc... Anthony
- Re: [web2py] Form not proc... Johann Spies

