Tower: upload cetmix_tower_server 16.0.2.2.9 (via marketplace)

This commit is contained in:
2026-04-27 08:44:31 +00:00
parent eadb83779e
commit 9f312687b1

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-name="cetmix_tower_server.AceCommandField" owl="1">
<t t-call="web.AceField" />
<t t-if="state.showPopup">
<AutocompletePopup
commands="state.popupItems"
position="state.popupPosition"
selectedIndex="state.selectedIndex"
type="state.popupType"
onSelectedIndexChange="updateSelectedIndex"
onItemClick="(command) => this.handleCommandSelection(command, this.currentEditor)"
/>
</t>
</t>
</templates>