For example, we display this message when the Layout edit form has the "dirty" flag (unsaved changes):
This form has unsaved changes. Click "Save layout" to make changes permanent or "Cancel" to discard changes.
So we ask the user to scroll down the end of the form and choose to hit any of the two buttons available there. The reason we don't have any complaints about this is because long time Drupal users know where to find these buttons. Newcomers will have to pogo-stick for a second or two. We could add a "at the bottom of the page/form" text to explain where these buttons are, but who knows if in the future we'll end up duplicating the form buttons at the top of the page or moving them in the admin_bar or a sidebar. So adding such "directional" text is not future-proof.
How about since we already have this text in the message, we convert it to links holding the respective action? This way the user will not have to search for the buttons or scroll in order to take an action.
Recent comments
A couple of other things to keep in mind: - Roles in Backdrop do not use numeric IDs, but machine names. I see that the database insert command is trying to insert a numeric id as a role - Is this a...
Importing users from D7 site using Feeds - uses insert rather than update
It looks like this is happening outside the feeds module so in the DB write itself It's not the user per se that is the duplicate but the combination of user id and role id in the users_roles table (...
Importing users from D7 site using Feeds - uses insert rather than update
Hello and thank you very much for your answers. I'll start by saying that I'm French so I have a little trouble sometimes with English. :-) I do think that having an LMS based on Backdrop would be a...
Is it possible to create a LMS site ?