odoo/o-spreadsheet#8543
Created by fw-bot
Merged
at 64089ca63b9a3936d30e40cdfd77f9d9906973ad
Statuses:
- label
- odoo:saas-19.3-saas-19.2-fix-pivot-design-panel-adrm-522462-fw
- head
- f98cbddef9089bc876662620240a147644d26eab
- merged
- 1 week ago by BI, Adrien Minne (adrm)
| odoo/o-spreadsheet | |
|---|---|
| saas-19.2 | #8528 |
| saas-19.3 | #8543 |
| master | #8551 |
[FIX] pivot: fix design panel layout
Description
Since af097c3, the pivot design panel needs to have a height: 100% style. But the style was applied to the first section instead of the whole panel, making the second session invisible.
Task: 6148708
review checklist
- [ ] feature is organized in plugin, or UI components
- [ ] support of duplicate sheet (deep copy)
- [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
- [ ] in model/UI: ranges are strings (to show the user)
- [ ] undo-able commands (uses this.history.update)
- [ ] multiuser-able commands (has inverse commands and transformations where needed)
- [ ] new/updated/removed commands are documented
- [ ] exportable in excel
- [ ] translations (_t("qmsdf %s", abc))
- [ ] unit tested
- [ ] clean commented code
- [ ] track breaking changes
- [ ] doc is rebuild (npm run doc)
- [ ] status is correct in Odoo
Forward-Port-Of: #8528