-
Notifications
You must be signed in to change notification settings - Fork 8
BUILDER> Editing intent's name in the intent admin not working #113
Comments
@arnaud-moncel, @damien-citaire We're actually facing an issue. Current rename behavior on the left panel (Intent section) should not be modified: since single click on an intent actually display it on the center panel, click-to-edit shouldn't be used. That implies that |
Ok, thanks. It's look like it's state dependent. Maybe we can store the editing version in state, en sync it with the redux store on Save click or focus out ? What do you think ? |
We can make that. But as we said it in the previous message, it would give two different behavior for the same feature. Wouldn't it be better to put the behavior of the left column in center column in a view of harmonization? |
Thanks Damien, To sum up we want to add inline editing for the intent name in center panel (intent ), and remove the dialog editing later. |
CURRENTLY :
Editing intent's name directly in intent is not working
The text was updated successfully, but these errors were encountered: