Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget size not saving #3609

Closed
alexjcollins opened this issue Jan 9, 2019 · 1 comment
Closed

Widget size not saving #3609

alexjcollins opened this issue Jan 9, 2019 · 1 comment

Comments

@alexjcollins
Copy link

Description

The Widget size is not saved to the database.

Looking into this a bit further, it appears as though the installation script is setting the colspan column on the widgets table to boolean() when it should be smallInteger() inline with the installation script for Craft 2.

'colspan' => $this->boolean()->defaultValue(false)->notNull(),

Steps to reproduce

  1. Resize widget
  2. Refresh page

Additional info

  • Craft version: Craft Pro 3.0.37
  • PHP version: 7.0.32
  • Database driver & version: PostgreSQL 9.5.14
@brandonkelly
Copy link
Member

Thanks for reporting that! Fixed for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants