Håkan Edling
Håkan Edling
This is my comment from Gitter. There's a **BIG** problem here though. At the moment the system supports both regular models and Dynamic models that can be constructed without having...
Scheduled this for `10.0` but missed that it is dependent on #1224 which we won't have time to complete for `10.0`. Need to move this out of the upcoming release
@Neutrino-Sunset If you’re talking about this model https://github.com/PiranhaCMS/piranha.core/blob/master/core/Piranha.AspNetCore/Models/SinglePage.cs it is just a simple wrapper that loads the real page model on GET. To inject services into this model just use...
Hi there! Take a look at #1864, I think the final step is missing in our docs.
Just like you say the solution we're looking at is adding properties to the models decorated with a special attribute. Using fields would not work as blocks are stored in...
Hi there! The current permission setup doesn’t support this use case!
Define what you mean by “loading a page”. Are you using Razor Pages or MVC? I’ve looked at the PageService and there shouldn’t be any try/catches on service level for...
@horacioj It's a good idea to add logging, at the moment we've probably just added it to the places we needed to when monitoring the flow of the requests going...
@horacioj It's impossible for these kind of errors to occur in production if you test on adequate data before pushing dev to production. The current deserialization system just doesn't support...
@i-love-code Well Piranha actually generates hierarchical slugs if the config option Config. HierarchicalPageSlugs is set to true (which it is by default). As the slug is generated when the page...