There are several interfaces where we have the option to add a new item and rearrange existing items in the same place. On the user roles page the "Add role" button is waay off to the right, and is easily overlooked. On the field UI the "Save" button both adds a new role and saves the order.
Roles:
Fields:
Let's implement the pattern from the Field UI form on the Roles page too.
Also related: https://github.com/backdrop/backdrop-issues/issues/927
GitHub Issue #:
573
Recent comments
OK, I did some more testing and figured this one out. In the paragraphs field setting for each content type you are using them, you can make the following selection for Default Edit Mode. I was in...
How to use 'Paragraphs Editor Preview'
Typically in a basic site, and as far as I know (I may be wrong) Backdrop doesn't store cookies for anonymous users, EXCEPT if you have things that need to persist, for example, if you create a View...
Does Backdrop set any Cookies / session variables for guests?
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