Compilation to schema extension field paths fail because we didn't call
crud.Register for the respective resource type during initialization.
This was fixed now in the context setup, and various tests involving
parsing of the resource type also got everything correctly registered.
Compilation to schema extension field paths fail because we didn't call
crud.Register
for the respective resource type during initialization. This was fixed now in the context setup, and various tests involving parsing of the resource type also got everything correctly registered.Closes 72