This one is the same as https://www.drupal.org/node/1475204 with the addition of suggesting additional toggles/filters for pages that already have some sort of filtering solution in place as well as providing one in places that do not have anything in place...
We already have a search/filtering solution at the top of the following places:
- admin/content
(needs a text field that filters by content title and perhaps author and/or body too - see https://www.drupal.org/node/2001922)
- admin/people
- admin/modules
(we are already discussing about adding a switch in the modules page in #498)
- admin/reports/dblog
(could use a field that searches by message text)
- ...add any I might have missed here
...and these ones could use one:
- admin/config
(text field that searches by both title/description): #978
- admin/reports/updates
(toggle to show out-of-date / up-to-date / all) #4575
- admin/config/people/permissions
(text field search to search by module/permission): #980
- ...add any I might have not thought of here
- admin/config/development/testing
#5257
- admin/structure/block
- admin/reports/blocks
These should be instant filters where possible (JS that dynamically shows/hides items listed as user types or makes a choice) and support text search, drop-down select menus, checkboxes and radio buttons.
I emphasized the "where possible" in my sentence above because I realize that it is really tricky to have these filters act dynamically in lists that span across multiple pages (for example content, people and dblog), but it should not be an issue with the rest.
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