-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separator option #3959
base: master-mysterious-egg
Are you sure you want to change the base?
Separator option #3959
Conversation
This PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg, it needs to be retargeted before it can be merged. |
bf2980c
to
a0451cd
Compare
loadResult: applySpec.loadResult, | ||
dependencyManager: comp.env.dependencyManager, | ||
}); | ||
} | ||
}); | ||
function getState(editingElement) { | ||
if (!editingElement) { | ||
if (!editingElement || !editingElement.isConnected) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If an element has been removed from the DOM
@@ -98,7 +98,7 @@ test("hide/display base on applyTo", async () => { | |||
}); | |||
addActionOption({ | |||
customAction: { | |||
getValue: () => "customValue", | |||
getValue: () => "10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because "BuilderNumberInput"
d6aee04
to
7a3ea81
Compare
7a3ea81
to
290c1d9
Compare
No description provided.