umbraco / Umbraco.Forms.Issues

Public issue tracker for Umbraco Forms
29 stars 0 forks source link

Infinite editing for form picker #108

Open bjarnef opened 5 years ago

bjarnef commented 5 years ago

For Form Picker it would be great to add "edit" link to open inifinite editing, similar to when opening media from media picker.

image

image

bjarnef commented 5 years ago

Not sure if e.g. content picker or MNTP also should have "edit" link to opening infinite editing (even the selected node also exists in content section) or only for nodes in other sections, e.g. media picker and member picker (or MNTP which allow media or member selection). But this in more an issue in core then.

image

image

nul800sebastiaan commented 5 years ago

Thanks @bjarnef - this is going on the ideas list for a future updates of the form picker.

bjarnef commented 5 years ago

Furthermore when inserting a form as a macro, which has a property and a form picker, it would be great to open/edit the form. The infinite editing might require some extra work, but a quick fix would be to add open/edit in umb-node-preview, which navigate to the following route: /umbraco#/forms/form/edit/{formguid}

bjarnef commented 5 years ago

It would save a lot of time when you want to edit some details on an existing selected form or just need to check a few details for the form.

It would be great if Umbraco Forms was a bit more consistent with Umbraco Core regarding this, but also a few other issues: https://github.com/umbraco/Umbraco.Forms.Issues/issues/103 https://github.com/umbraco/Umbraco.Forms.Issues/issues/197 https://github.com/umbraco/Umbraco.Forms.Issues/issues/199 https://github.com/umbraco/Umbraco.Forms.Issues/issues/200 https://github.com/umbraco/Umbraco.Forms.Issues/issues/201

umbrabot commented 3 years ago

Hiya @bjarnef,

Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more.

We will close this issue for now but we're happy to open it up again if you think it's still relevant (for example: it's a feature request that's not yet implemented, or it's a bug that's not yet been fixed).

To open it this issue up again, you can write @umbrabot still relevant in a new comment as the first line. It would be super helpful for us if on the next line you could let us know why you think it's still relevant.

For example:

@umbrabot still relevant This bug can still be reproduced in version x.y.z

This will reopen the issue in the next few hours.

Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:

bjarnef commented 3 years ago

@umbrabot still relevant

bjarnef commented 3 years ago

@umbrabot still relevant

bjarnef commented 3 years ago

@nul800sebastiaan how do I re-open this issue? The bot doesn't re-open it 😬

nul800sebastiaan commented 3 years ago

Bad bot! I'll debug that later but re-opened now.

konius commented 2 years ago

Unless this has been added this one is also relevant (out of date due to Nested Content, but way to show form name instead of Guid): https://github.com/umbraco/Umbraco.Forms.Issues/issues/170

bjarnef commented 7 months ago

@AndyButland are the any plans to make Forms benefits infinite editing form Forms Picker? Currently there's both "Open" and "Edit" button.

Open button route to entries page under form. Edit button route to form page.