You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
How to reproduce:
Go to 'settings' -> 'responses', then 'create'. Create new response.
Expected outcome:
Response is saved and UI returns to 'settings-> responses" interface.
actual outcome/problem:
UI stays on the 'create' interface and the user can not be sure if he has saved the response once the notification on the right has vanished
solution:
UI should return to 'settings->responses' interface once the response is saved (same as in composing a new mail where the UI returns to 'inbox' once the mail was sent)
The text was updated successfully, but these errors were encountered:
The same for identities and filters, but not folders and contacts. So, indeed some consistency is needed here. I agree. This will be a change in Roundcube core.
On the other hand the UI stays on the form when you edit an existing item (be it folder, identity or a response). So, is this not the same issue? I'm not sure about the proper way to go to make all of this consistent.
Please also note that mail and contacts are slightly different than the rest because:
Mail: Editing a sent email does not makes sense.
Contacts: Here we have a contact preview and edit view separated. So, after successful edit we can go back to preview mode.
So, it looks like we have four options:
implement preview mode for all others (identities, folders, responses, etc.), but... That would be quite a lot of work and it will require an additional Edit button click and waiting to edit something. And what about preferences editing? The same? Does not sound appealing to me.
always display editing form after an item has been added, as we do now for responses, but consistently for all other item types (except email).
as proposed here, after item creation goto list. Editing stays on the form (as it is now).
goto list after item creation as well as edition.
One thing more. This probably has to be considered separately (though, making the implementation more complicated) for mobile and desktop. I mean in mobile we can reset the list selection after we edit an item, but we should not do this in desktop mode.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to reproduce:
Go to 'settings' -> 'responses', then 'create'. Create new response.
Expected outcome:
Response is saved and UI returns to 'settings-> responses" interface.
actual outcome/problem:
UI stays on the 'create' interface and the user can not be sure if he has saved the response once the notification on the right has vanished
solution:
UI should return to 'settings->responses' interface once the response is saved (same as in composing a new mail where the UI returns to 'inbox' once the mail was sent)
The text was updated successfully, but these errors were encountered: