episerver / episerver-labs-content-manager-docs

Documentation for EPiServer.Labs.ContentManager
1 stars 0 forks source link

Unable to edit child pages from «children grid» #15

Closed tomahg closed 3 years ago

tomahg commented 3 years ago

Unable to edit child pages from «children grid».

I have full access to the child pages, but a dash is shown instead of the edit-link: image

Markup: image

barteksekula commented 3 years ago

@tomahg what's the master language of those content items?

tomahg commented 3 years ago

@barteksekula

A bit of everything.

The problem is the same for all three (four) cases.

barteksekula commented 3 years ago

I assume you use WithInlineEdit in your UIDescriptor right? Unfortunately we only support InlineEdit for Blocks at the moment. You will have to use WithEdit for pages.

We should definitely clarify the docs around available renderers.

tomahg commented 3 years ago

@barteksekula Ah, I understand.

I was just using the defaults, without specifying the columns with an UIDescriptor. Adding an UIDescriptor, with .WithEdit() - it works.

Thanks 👍

barteksekula commented 3 years ago

But you made a good point @tomahg. Probably we should fallback inline edit to edit based on content type. I will bring it up tomorrow to the team. Thanks!

tomahg commented 3 years ago

Sounds like a good idea.

Thanks 😄

barteksekula commented 3 years ago

It's now fixed in the recent ContentManager version. We would always fallback to Edit if Quick Edit is not available.