backdrop-contrib / views_bootstrap

This module provides a set of styles for the Views module. It allows you to create responsive Bootstrap 3.x components, such as grids, carousels, tabs, and tables, all within the configuration settings of the powerful Views module.
https://backdropcms.org/project/views_bootstrap
GNU General Public License v2.0
0 stars 7 forks source link

Bootstrap Thumbnails lose settings when upgrading from D7 #54

Open bugfolder opened 3 years ago

bugfolder commented 3 years ago

When upgrading a site from D7 that uses Views Bootstrap v. 3.5, the current version, most of the settings for Bootstrap Thumbnails and their associated behaviors are lost by the current Backdrop version.

Example: here are the Thumbnails settings for the D7 site:

settings-d7

Here is the same settings page in Bootstrap after the upgrade.

settings-backdrop

Many settings are missing. And, not unexpectedly, the corresponding behavior is also missing, for example, having the number of columns change with device size (which is a major reason for using Bootstrap).

This appears to be because the current Backdrop version (1.2.3) doesn't include the changes that were introduced in the D7 version by views_bootstrap_update_7100() and views_bootstrap_update_7101() along with corresponding changes in plugins and templates.

Fixing this will probably also address https://github.com/backdrop-contrib/views_bootstrap/issues/20.

I will work on this.

stpaultim commented 3 years ago

@bugfolder - Thanks for working on this issue and joining the team as co-maintainer. I'll test this PR on an existing site that uses this module.