Hello DynamicWeb
I am having some problems with my codefirst items that i'm hoping you can help me with.
I had an item type that i recreated with codefirst and everything worked fine, i can view it and so on, but when i try to create a new instance of it, it wont let me because of a foreign key to the itemtype Layout which Course inherited from.
So i also created the Layout with codefirst and that worked fine aswell, but when i inherit from Layout in my first itemtype and then Layout inherits from ItemEntry, i just can not get my first item to use the inherit from attribute which is needed.
Also stuff like pageDefaultView and useCache dont seem to be available in dynamicweb 8.9, i tried it in 9.1 and it let me use [ItemCache] but it still did not set useCache to true, is there something i'm doing wrong or is it a bug?