Description of the need
Spinning this out of https://github.com/backdrop/backdrop-issues/issues/4055 and https://github.com/backdrop/backdrop-issues/issues/4054. From d7 module:
- URLS are not validated http://drupal.org/node/2247261
- Protocol-less URLs should be rewritten for validation (only for validation): http://drupal.org/node/2889683
The second relies on the former changes.
Proposed solution
- find the internal path if it exists.
- for protocol-less URLS such as
//domain.tldadd an "https" or "http" depending on which the site is using (only for validation)
GitHub Issue #:
5000
Recent comments
I'm better at finding bugs rather than fixing them! A bit close to the edge of my knowledge and I wouldn't want to on a live site as I don't have a alternative available at the moment...
View Title Slightly Skewed
Thanks for filing the bug Mike. https://github.com/backdrop/backdrop-issues/issues/7017 I've added a pull request. You can test it in the sandbox if you're not comfortable applying...
View Title Slightly Skewed
You can insert the leaflet view in the footer of the other one. The footer settings allow you to insert another view there, and even share the filter
have a view show contents in table and leaflet format simultaneously.