We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will be solved in the admin Filter out error of bones where client data was missing Use bounce
Will be solved in the admin
bounce
Originally posted by @sveneberth in viur-framework/viur-core#1220 (comment)
The text was updated successfully, but these errors were encountered:
From #1220:
Working test scenario:
skeletons/test.py
from viur.core import skeleton from viur.core.bones import * class TestSkel(skeleton.Skeleton): name = StringBone( descr="Name", required=True, defaultValue="Test", )
modules/test.py
from viur.core.prototypes import List class Test(List): pass
Call the vi-admin in an empty tab using http://localhost:8080/vi/s/main.html#/db/test/add?name=Hello, an entry with name "Hello" is immediately created.
Sorry, something went wrong.
akelch
No branches or pull requests
Originally posted by @sveneberth in viur-framework/viur-core#1220 (comment)
The text was updated successfully, but these errors were encountered: