This module is a great module, that helps developers to export blocks from one environment to other.

Anyway, I noticed that on the block export page where all blocks listed, I changed to a theme then table records gets update based on selected theme its okay, but after that when I clicked on column title to sort the table record, page gets blank.

Comments

atuldubey created an issue. See original summary.

soaratul’s picture

I've fixed this with some changes.

Before: while changing theme from drop down an ajax request gets fired and result table updated.

Now: I've removed ajax call and placed a filter button, when user filters the data then a reset button appears to reset the filter.

soaratul’s picture

Status: Active » Needs review

  • devd committed 8279438 on 7.x-2.x
    Issue #2595423 by soaratul: Page gets blank while sorting.
    
devd’s picture

Version: 7.x-2.31 » 7.x-2.32
Status: Needs review » Closed (fixed)

Fixed.