odoo/o-spreadsheet#8547
Created by fw-bot
Merged
at dfe8311831fcb938ebb28c46ccc0f18df9676d35
Statuses:
- label
- odoo:saas-19.1-saas-18.2-fix-unhide-freezed-rows-matho-522961-fw
- head
- abb2fe4c457a2894efdd52a36d570020180508d6
- merged
- 1 day ago by BI, Pierre Rousseau (pro)
| odoo/o-spreadsheet | |
|---|---|
| saas-18.2 | #8466 |
| saas-18.3 | #8544 |
| saas-18.4 | #8545 |
| 19.0 | #8546 |
| saas-19.1 | #8547 |
| saas-19.2 | #8548 |
| saas-19.3 | #8549 |
| master | #8550 |
[FIX] grid overlay: unhide buttons visibility
Before this commit:
When a row/column is frozen and hidden, the unhide buttons were not visible in the header overlay. There is no way for the user to unhide these rows/columns.
After this commit:
The unhide buttons are now visible in the header overlay when a frozen row/column is hidden.
Task: 6127335
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: #8466