Ctools exportable assumes that tiny int in the schema is always representing a boolean value (see related issue #1760752).

The consequence is that ctools exports of the At.js configurations for query_limit and max_length will be exported as TRUE or FALSE no matter what integer value it is set to. Importing the configuration again (i.e. via features) will the reduce the value to either 0 or 1.

Newer ctools versions introduced a boolean flag in the schema definition to indicate that a tiny int is not a boolean.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

arnested’s picture

Status: Active » Needs review
FileSize
1.26 KB
arnested’s picture

Issue summary: View changes

heylookalive’s picture

Status: Needs review » Fixed

Good catch, thanks!

Status: Fixed » Closed (fixed)

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