-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
as discussed here: https://forum.camunda.org/t/hidecompletebutton-being-reset-in-recent-camunda-versions/16302, the hideCompleteButton function does not function 100% of the time. Example, if you set hideCompleteButton = true, and then claim a task, the complete button will appear. if you then click into another task and then return to the original task, the complete button will be hidden.
When
- I deploy and start the attached process
- I claim the task
Then
- The Complete buttons appear again
Expected
- The control buttons stay hidden
Note
When selecting another task and coming back, the buttons are hidden again
This is the controller panel for Smart Panels app
[CAM-12435] CamSDK: hideCompleteButton in embedded forms does not work
Summary | Original: hideCompleteButton in embedded forms does not work | New: CamSDK: hideCompleteButton in embedded forms does not work |
Attachment | New: form.html [ 36567 ] | |
Attachment | New: diagram.bpmn [ 36568 ] |
Description | Original: as discussed here: [https://forum.camunda.org/t/hidecompletebutton-being-reset-in-recent-camunda-versions/16302,] the hideCompleteButton function does not function 100% of the time. Example, if you set hideCompleteButton = true, and then claim a task, the complete button will appear. if you then click into another task and then return to the original task, the complete button will be hidden. |
New:
as discussed here: [https://forum.camunda.org/t/hidecompletebutton-being-reset-in-recent-camunda-versions/16302,] the hideCompleteButton function does not function 100% of the time. Example, if you set hideCompleteButton = true, and then claim a task, the complete button will appear. if you then click into another task and then return to the original task, the complete button will be hidden.
*When* * I deploy and start the attached process * I claim the task *Then* * The Complete buttons appear again *Expected* * The control buttons stay hidden *Note* When selecting another task and coming back, the buttons are hidden again |
Mentioned Roles |
Mentioned Groups |
Mentioned Roles |
Mentioned Groups |
Mentioned Roles |
Mentioned Groups |
Hi StephenOTT,
We can confirm the bug and will now decide how we continue with it.
As a workaround, you can hide the buttons using CSS as described in the forum post you mentioned.
Cheers,
Martin