Is there a good tutorial or example for an editable treeview interacting
with Web2py
For example, I'd like to create an application where the user primarily
interacts with a tree view (e.g. jstree) and can do the following:
- Add a node to the tree
- Delete a node from the tree
- Chang
If I use the builtin wiki feature and turn on record versioning, I get
error when I delete a wiki page which has a tag. Is there a way around this
issue?
Recipe to duplicate the error in web2py 2.9.5:
1) Create a new application. Call it 'test_wiki'.
2) Make the following modifications:
add th
I am able to cause an error trying to delete a wiki page for the built-in
wiki if I turn versioning on.
This example causes an error in web2py 2.9.5:
Starting with a new application, name it "wiki_test" and do the following:
# in db.py, add
auth.wiki(resolve=False)
auth.enable_record_versionin
3 matches
Mail list logo