cachet: Some problems with colapsed component group
Hello,
I notice that itโs not possible to create non collapsed component group on you demo site.

Additionally collapsed field do not have default value #1402 if it creates via API and this makes it required.
postgres_1 | ERROR: null value in column "collapsed" violates not-null constraint
postgres_1 | DETAIL: Failing row contains (22, test, 2016-04-02 17:14:58, 2016-04-02 17:14:58, 0, null).
postgres_1 | STATEMENT: insert into "component_groups" ("name", "order", "collapsed", "updated_at", "created_at") values ($1, $2, $3, $4, $5) returning "id"
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 16 (10 by maintainers)
Commits related to this issue
- Added attributes to prevent bad default data in groups. Closes #1683 — committed to cachethq/cachet by jbrooksuk 8 years ago
- Added attributes to prevent bad default data in groups. Closes #1683 — committed to eurafa/Cachet by jbrooksuk 8 years ago
@hubertgrzeskowiak this will be fixed in v2.3.0 ๐