umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.44k stars 2.67k forks source link

Clicking the "inherited from" link in a doc type composition, should open the doctype in an infinite editor #6309

Closed skttl closed 5 years ago

skttl commented 5 years ago

billede

I love that you now can click the inherited doctype, to edit the properties of it, but the link takes you to the "real" document type editor, instead of opening a new infinite editor.

I think it should open in an infinite editor instead.

nul800sebastiaan commented 5 years ago

That would be great if that could work! Remember that it will require a refresh of the current doctype after saving the parent doctype, not sure if there's hooks for that already.

umbrabot commented 5 years ago

Hi @skttl,

We're writing to let you know that we've added the Up For Grabs label to your issue. We feel that this issue is ideal to flag for a community member to work on it. Once flagged here, folk looking for issues to work on will know to look at yours. Of course, please feel free work on this yourself ;-). If there are any changes to this status, we'll be sure to let you know.

For more information about issues and states, have a look at this blog post

Thanks muchly, from your friendly PR team bot :-)

nul800sebastiaan commented 5 years ago

Fixed in https://github.com/umbraco/Umbraco-CMS/pull/6387