odoo/odoo#166286
Created by fw-bot
Merged
at f9fc01c85865c3163e3b40bedca90c069f744aa3
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-17.1-15.0-command-palette-translated-debug-item-fix-boi-N6t8-fw
- head
- 0bd7b7f33b7258b0f8f9ddd6dde84320adddca2d
- merged
- 1 year ago by JavaScript, Bruno Boi (boi)
odoo/odoo | |
---|---|
15.0 | #165224 |
16.0 | #165363 |
saas-16.3 | #165498 |
saas-16.4 | #165736 |
17.0 | #165756 |
saas-17.1 | #166286 |
saas-17.2 | #166291 |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master | #166296 |
[FW][FIX] web: make translated debug command work
-
Before this commit
The "debug" word in the command palette should display the item to activate the debugging feature. The problem is that the command palette still applies the fuzzy search to this item's name. If the lokked up string does not fuzzily match the letters "debug", the item will not get displayed. -
After this commit
The debug command name will now always have thedebug
word as a non
translated part.