fix: add GridWidget
and form.set_grid()
for convenience
omg how did i not do this sooner
This commit is contained in:
parent
f68fe26ada
commit
40562c126e
8 changed files with 117 additions and 17 deletions
|
@ -100,7 +100,7 @@ class TestObjectRef(DataTestCase):
|
|||
self.assertIsNotNone(person.uuid)
|
||||
typ = mod.ObjectRef(self.request)
|
||||
value = typ.serialize(node, person)
|
||||
self.assertEqual(value, person.uuid)
|
||||
self.assertEqual(value, person.uuid.hex)
|
||||
|
||||
def test_deserialize(self):
|
||||
model = self.app.model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue