Skip to content

Commit

Permalink
90976 fix show planning btn in the project tasks (#13987)
Browse files Browse the repository at this point in the history
  • Loading branch information
rth-axelor authored Feb 14, 2025
1 parent ca790be commit 96cecc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
<panel showIf="nextProjectTask">
<field name="doApplyToAllNextTasks" widget="InlineCheckbox" colSpan="12"/>
<field name="project.taskStatusManagementSelect" hidden="true"/>
<field name="project.isShowPlanning" hidden="true"/>
</panel>

<panel name="mainPanel" colSpan="12">
Expand Down
1 change: 1 addition & 0 deletions axelor-project/src/main/resources/views/ProjectTask.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@

<panel showIf="nextProjectTask">
<field name="doApplyToAllNextTasks" widget="InlineCheckbox" colSpan="12"/>
<field name="project.isShowPlanning" hidden="true"/>
</panel>

<panel name="mainPanel" colSpan="12">
Expand Down

0 comments on commit 96cecc7

Please sign in to comment.