Nicholas-Westby

Results 23 comments of Nicholas-Westby

Pull request submitted: https://github.com/kgiszewski/LearnUmbraco7/pull/47

Will definitely do that once life settles down a bit (that pesky thing that gets in the way of programming). Creating the nested Archetype as a new instance of `ArchetypeModel`...

Not sure if it's exactly the same issue, but I saw something similar today. Got this error (the important line in a giant stack trace): ``` Umbraco.Core.Models.DataTypeDefinition ---> System.InvalidOperationException: Could...

That data view option does sound useful for my scenario. Thanks.

The data view seems to work nicely. Thanks again for the recommendation. For others to reference, here's what I did: ```c# // Configure the list view. collection.ListView(listView => { //...

I am experiencing this issue as well on Umbraco 7.15.3. You get an error screen when you view an entry within a Fluidity section. Here's the error log entry: ```...

The above code changes would fix it locally. A PR would only be so the maintainers can easily merge it.

FYI, I have verified that the above-mentioned fix works. I created a local release of Fluidity so I don't have to wait for the maintainers to release a new version....

It's been a few months and I haven't heard from the maintainers of this project (assuming @akeilox and @refex are not maintainers), so I assume there is no interest on...

@mattbrailsford Cool, I'll see if I can find some time in the next few weeks. I'll probably start with a small example before I invest too much time to see...