I'm having a recent issue where after updating drupal core 7.60 all custom class names are being ignored and a default name is substituted.
Views preview mode however, the custom classes are rendered correctly.
ie
views preview
<div class="project views-fieldset" data-module="views_fieldsets">
renders on page
<div class="views-fieldsets-div">

Steps I've taken so far

Basic drupal 7.60 install with only Views fieldsets and required modules. Works fine.

My current production site in 7.59 backup and restore works as expected.

With 7.60 with previous database restore, removes custom class names after cache clear.

Comments

scottibiscotti created an issue. See original summary.

pifagor’s picture

Issue tags: +epam-contrib-2018
romixua’s picture

Assigned: Unassigned » romixua
tim berners lee’s picture

Assigned: romixua » tim berners lee
tim berners lee’s picture

StatusFileSize
new14.22 KB

Unfortunately, I can't reproduce this issue(trying 7.60)

tim berners lee’s picture

Assigned: tim berners lee » Unassigned
Status: Active » Postponed (maintainer needs more info)
pifagor’s picture

Status: Postponed (maintainer needs more info) » Fixed

cannot reproduce

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

alex_optim’s picture

Dev version of this module working good.

pifagor’s picture