[web2py] Re: Bootstrap 4 and MENU helper problem

2020-06-02 Thread 'Annet' via web2py-users
I got a bit further solving this issue adjusting web2py-bootstrap4.js $(function() { $(".navbar-nav ul.dropdown-menu").each(function() { var toggle = jQuery(this).parent(); if (toggle.parent().hasClass("navbar-nav")) { toggle.attr("data-w2pmenulevel", "l0")

[web2py] datatable_list = request.controller in ['network', 'calendar'] True or False

2020-06-02 Thread 'Annet' via web2py-users
In web2py 2.14 and python 2.7 the following line of code datatable_list = request.controller in ['network', 'calendar'] or request.function in ['search_group', 'search_supplier'] enabled me to do the following in an view: {{if datatable_list:}} DO SOMETHING {{pass}} In web2py 2.19 and

[web2py] List | Create | Modify and Delete Users directly from Python controller without using HMI

2020-06-02 Thread Nicolas Hiblot
Hello All, I have read a lot of cases and uses cases about web2py users. But my case is a little différent ; I would like to *List | Create | Modify and Delete Users directly from Python controller without using HMI* My user db is always the same login 1 is user0 login 2 is user1 and I

[web2py] Re: Upgraded to 2.19 and SQL Server date insert throws an error

2020-06-02 Thread Seth J
Yes, same error. 路‍♂️ Error ticket for "PubView"Ticket ID 172.20.145.208.2020-06-03.00-26-05.a903caa0-1d7d-4612-a5f9-104967995098 Version web2py™ Version 2.20.4-stable+timestamp.2020.05.03.05.18.50 Python Python 2.7.10: C:\Python27\python.exe (prefix: C:\Python27)Traceback 1. 2. 3. 4. 5. 6. 7.