Alexander Polyankin
Alexander Polyankin
Unassigning since the UI has changed and it's not clear what the correct behavior would be.
@flamber @mazameli I'm not sure if this issue is relevant anymore. While we don't save on `blur`, the UI has changed and now there is a button to add the...
Unassigning since the UI has changed and it's not clear what the correct behavior would be.
It is MYSQL TINYINT. The problem is not in ORM. It is form component that doesn't set 'ours' property to anything if checkbox is not checked. I understand that if...
When form with unchecked checkbox is submitted, $_POST will not contain 'ours' at all. That is standard behavior for any browser. Problem is that Form component is not aware of...
Example that shows that issue: ``` php
I wasn't able to fully review this (yet) but the fact that mbql clauses were made optional in some places makes me think that this would break existing features. For...
@alxnddr other issues: 1. Enabling labels per-series doesn't seem to work 2. X and Y settings are flipped 3. Log scale seems to break the chart 4. Range settings don't...
@alxnddr enabling data points only for specific series still doesn't work. I tried to do the same for regular line chart and it works: Also not sure if we should...
Frontend changes were approved here https://github.com/metabase/metabase/pull/25382