Skip to content

Commit

Permalink
Anomaly RM#89216:ConfiguratorProductFormula: disable test button if f…
Browse files Browse the repository at this point in the history
…ormula is empty (#13990)
  • Loading branch information
vva-axelor authored and kra-axelor committed Feb 17, 2025
1 parent 5764c4d commit 6ba00bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</panel>
<panel name="actionPanel">
<button name="checkScriptsBtn" title="Check the script"
onClick="action-configurator-formula-method-check-script"/>
onClick="action-configurator-formula-method-check-script" readonlyIf="!formula"/>
</panel>
</panel>
<panel-include view="incl-help-configurator-formula"/>
Expand Down
3 changes: 3 additions & 0 deletions changelogs/unreleased/89216.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Configurator product formula: disable test button if formula is empty."
module: axelor-sale

0 comments on commit 6ba00bc

Please sign in to comment.